Fixed migration numbering, regenerated gemspec.
This commit is contained in:
parent
584aeecc29
commit
bce2877b2a
2 changed files with 25 additions and 1 deletions
|
@ -2,7 +2,7 @@ Gem::Specification.new do |s|
|
||||||
s.name = %q{refinerycms-blog}
|
s.name = %q{refinerycms-blog}
|
||||||
s.version = %q{1.6.0}
|
s.version = %q{1.6.0}
|
||||||
s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.}
|
s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.}
|
||||||
s.date = %q{2011-05-31}
|
s.date = %q{2011-06-21}
|
||||||
s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.}
|
s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.}
|
||||||
s.email = %q{info@refinerycms.com}
|
s.email = %q{info@refinerycms.com}
|
||||||
s.homepage = %q{http://refinerycms.com/blog}
|
s.homepage = %q{http://refinerycms.com/blog}
|
||||||
|
@ -92,6 +92,9 @@ Gem::Specification.new do |s|
|
||||||
app/views/blog/shared/_posts.html.erb
|
app/views/blog/shared/_posts.html.erb
|
||||||
app/views/blog/shared/_rss_feed.html.erb
|
app/views/blog/shared/_rss_feed.html.erb
|
||||||
app/views/blog/shared/_tags.html.erb
|
app/views/blog/shared/_tags.html.erb
|
||||||
|
app/views/shared
|
||||||
|
app/views/shared/admin
|
||||||
|
app/views/shared/admin/_autocomplete.html.erb
|
||||||
changelog.md
|
changelog.md
|
||||||
config
|
config
|
||||||
config/locales
|
config/locales
|
||||||
|
@ -115,10 +118,13 @@ Gem::Specification.new do |s|
|
||||||
db/migrate/2_add_user_id_to_blog_posts.rb
|
db/migrate/2_add_user_id_to_blog_posts.rb
|
||||||
db/migrate/3_acts_as_taggable_on_migration.rb
|
db/migrate/3_acts_as_taggable_on_migration.rb
|
||||||
db/migrate/4_create_seo_meta_for_blog.rb
|
db/migrate/4_create_seo_meta_for_blog.rb
|
||||||
|
db/migrate/5_add_cached_slugs.rb
|
||||||
|
db/migrate/6_add_custom_url_field_to_blog_posts.rb
|
||||||
db/seeds
|
db/seeds
|
||||||
db/seeds/refinerycms_blog.rb
|
db/seeds/refinerycms_blog.rb
|
||||||
features
|
features
|
||||||
features/authors.feature
|
features/authors.feature
|
||||||
|
features/category.feature
|
||||||
features/support
|
features/support
|
||||||
features/support/factories
|
features/support/factories
|
||||||
features/support/factories/blog_categories.rb
|
features/support/factories/blog_categories.rb
|
||||||
|
@ -127,6 +133,7 @@ Gem::Specification.new do |s|
|
||||||
features/support/paths.rb
|
features/support/paths.rb
|
||||||
features/support/step_definitions
|
features/support/step_definitions
|
||||||
features/support/step_definitions/authors_steps.rb
|
features/support/step_definitions/authors_steps.rb
|
||||||
|
features/support/step_definitions/category_steps.rb
|
||||||
features/support/step_definitions/tags_steps.rb
|
features/support/step_definitions/tags_steps.rb
|
||||||
features/tags.feature
|
features/tags.feature
|
||||||
lib
|
lib
|
||||||
|
@ -164,6 +171,23 @@ Gem::Specification.new do |s|
|
||||||
public/stylesheets/refinery
|
public/stylesheets/refinery
|
||||||
public/stylesheets/refinery/refinerycms-blog.css
|
public/stylesheets/refinery/refinerycms-blog.css
|
||||||
public/stylesheets/refinerycms-blog.css
|
public/stylesheets/refinerycms-blog.css
|
||||||
|
public/stylesheets/ui-lightness
|
||||||
|
public/stylesheets/ui-lightness/images
|
||||||
|
public/stylesheets/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
|
||||||
|
public/stylesheets/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
|
||||||
|
public/stylesheets/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
|
||||||
|
public/stylesheets/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
|
||||||
|
public/stylesheets/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
|
||||||
|
public/stylesheets/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
|
||||||
|
public/stylesheets/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
|
||||||
|
public/stylesheets/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
|
||||||
|
public/stylesheets/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
|
||||||
|
public/stylesheets/ui-lightness/images/ui-icons_222222_256x240.png
|
||||||
|
public/stylesheets/ui-lightness/images/ui-icons_228ef1_256x240.png
|
||||||
|
public/stylesheets/ui-lightness/images/ui-icons_ef8c08_256x240.png
|
||||||
|
public/stylesheets/ui-lightness/images/ui-icons_ffd27a_256x240.png
|
||||||
|
public/stylesheets/ui-lightness/images/ui-icons_ffffff_256x240.png
|
||||||
|
public/stylesheets/ui-lightness/jquery-ui-1.8.13.custom.css
|
||||||
readme.md
|
readme.md
|
||||||
spec
|
spec
|
||||||
spec/models
|
spec/models
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue