Skip to content

Commit

Permalink
Removed initializer as it's in refinerycms-i18n 1.1.0, updated readme…
Browse files Browse the repository at this point in the history
… and changed version to 1.0.0
  • Loading branch information
parndt committed May 3, 2011
1 parent 35ef085 commit 7b0f916
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 0 additions & 2 deletions config/initializers/i18n.rb

This file was deleted.

2 changes: 1 addition & 1 deletion lib/gemspec.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
version = '0.9.9.9' version = '1.0.0'
raise "Could not get version so gemspec can not be built" if version.nil? raise "Could not get version so gemspec can not be built" if version.nil?
files = Dir.glob("**/*").flatten.reject do |file| files = Dir.glob("**/*").flatten.reject do |file|
file =~ /\.gem$/ file =~ /\.gem$/
Expand Down
5 changes: 1 addition & 4 deletions readme.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ Then type the following at command line inside your Refinery CMS application's r


bundle install bundle install


You don't currently have to do any migrations because Refinery CMS never removed the inquiries tables by default. #### Installation on Refinery 0.9.9 or above.
This will change in a future version - follow the instructions below if you are running the currently unreleased Refinery 0.9.9.

#### Installation on Refinery 0.9.9


The inquiries table has been removed from the base install of Refinery 0.9.9. To install the migrations, run: The inquiries table has been removed from the base install of Refinery 0.9.9. To install the migrations, run:


Expand Down
8 changes: 6 additions & 2 deletions refinerycms-inquiries.gemspec
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{refinerycms-inquiries} s.name = %q{refinerycms-inquiries}
s.version = %q{0.9.9.9} s.version = %q{1.0.0}
s.date = %q{2010-12-29} s.date = %q{2011-05-03}
s.summary = %q{Inquiry handling functionality for the Refinery CMS project.} s.summary = %q{Inquiry handling functionality for the Refinery CMS project.}
s.description = %q{Inquiry handling functionality extracted from Refinery CMS to allow you to have a contact form and manage inquiries in the Refinery backend.} s.description = %q{Inquiry handling functionality extracted from Refinery CMS to allow you to have a contact form and manage inquiries in the Refinery backend.}
s.homepage = %q{http://refinerycms.com} s.homepage = %q{http://refinerycms.com}
Expand Down Expand Up @@ -42,8 +42,10 @@ Gem::Specification.new do |s|
'app/views/inquiry_mailer/notification.html.erb', 'app/views/inquiry_mailer/notification.html.erb',
'config', 'config',
'config/locales', 'config/locales',
'config/locales/cs.yml',
'config/locales/da.yml', 'config/locales/da.yml',
'config/locales/de.yml', 'config/locales/de.yml',
'config/locales/en-GB.yml',
'config/locales/en.yml', 'config/locales/en.yml',
'config/locales/es.yml', 'config/locales/es.yml',
'config/locales/fr.yml', 'config/locales/fr.yml',
Expand All @@ -56,8 +58,10 @@ Gem::Specification.new do |s|
'config/locales/pl.yml', 'config/locales/pl.yml',
'config/locales/pt-BR.yml', 'config/locales/pt-BR.yml',
'config/locales/ru.yml', 'config/locales/ru.yml',
'config/locales/sk.yml',
'config/locales/sl.yml', 'config/locales/sl.yml',
'config/locales/sv.yml', 'config/locales/sv.yml',
'config/locales/zh-CN.yml',
'config/routes.rb', 'config/routes.rb',
'db', 'db',
'db/migrate', 'db/migrate',
Expand Down

0 comments on commit 7b0f916

Please sign in to comment.