public_activity 0.5.1 → 0.5.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/UPGRADING CHANGED
@@ -2,8 +2,8 @@
2
2
  # RUBY 1.8.7 IS NOW DEPRECATED #
3
3
  ################################################
4
4
 
5
- The 0.5.1 version of public_activity will be the
6
- last to support versions older than 1.9.3. Please
5
+ The 0.5 version of public_activity will be the
6
+ last to support versions older than 1.9.2. Please
7
7
  update your Ruby if you wish to continue using
8
8
  this gem.
9
9
 
@@ -1,4 +1,4 @@
1
1
  module PublicActivity
2
2
  # A constant with gem's version
3
- VERSION = '0.5.1'
3
+ VERSION = '0.5.1.1'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: public_activity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -213,9 +213,9 @@ post_install_message: ! '################################################
213
213
  ################################################
214
214
 
215
215
 
216
- The 0.5.1 version of public_activity will be the
216
+ The 0.5 version of public_activity will be the
217
217
 
218
- last to support versions older than 1.9.3. Please
218
+ last to support versions older than 1.9.2. Please
219
219
 
220
220
  update your Ruby if you wish to continue using
221
221