aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-12-03 16:40:35 +1300
committerPhilip Arndt <parndt@gmail.com>2010-12-03 16:40:35 +1300
commit8bbb30aa3e6ef461ebaf3cc92cf89d76227a79f6 (patch)
treec129b45b86763f0fc388089e93525442fe87e4b1
parentc038feb88adc9d9a693ecbd7c0fb40644b8a3483 (diff)
downloadrefinerycms-blog-8bbb30aa3e6ef461ebaf3cc92cf89d76227a79f6.tar.gz
refinerycms-blog-8bbb30aa3e6ef461ebaf3cc92cf89d76227a79f6.tar.bz2
refinerycms-blog-8bbb30aa3e6ef461ebaf3cc92cf89d76227a79f6.zip
RC versions driving me crazy, let's use 1.0
-rw-r--r--lib/refinerycms-blog.rb2
-rw-r--r--readme.md2
-rw-r--r--refinerycms-blog.gemspec4
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb
index 5737992..b1ebf18 100644
--- a/lib/refinerycms-blog.rb
+++ b/lib/refinerycms-blog.rb
@@ -42,7 +42,7 @@ module Refinery
class << self
def version
- %q{1.0.rc.17}
+ %q{1.0}
end
end
end
diff --git a/readme.md b/readme.md
index ea90e78..2bae73e 100644
--- a/readme.md
+++ b/readme.md
@@ -13,7 +13,7 @@ Options:
Open up your ``Gemfile`` and add at the bottom this line
- gem 'refinerycms-blog', '~> 1.0.rc.17'
+ gem 'refinerycms-blog', '~> 1.0'
Now run ``bundle install``
diff --git a/refinerycms-blog.gemspec b/refinerycms-blog.gemspec
index d7d9196..2a5d65e 100644
--- a/refinerycms-blog.gemspec
+++ b/refinerycms-blog.gemspec
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = %q{refinerycms-blog}
- s.version = %q{1.0.rc.17}
+ s.version = %q{1.0}
s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.}
- s.date = %q{2010-12-01}
+ s.date = %q{2010-12-03}
s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}