public_activity 0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/public_activity/version.rb +1 -1
  2. metadata +3 -3
@@ -1,3 +1,3 @@
1
1
  module PublicActivity
2
- VERSION = '0.1'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: public_activity
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: "0.1"
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - "Piotrek Oko\xC5\x84ski"
@@ -58,7 +58,7 @@ dependencies:
58
58
  version: "0"
59
59
  type: :development
60
60
  version_requirements: *id004
61
- description: Smooth acitivity tracking for your ActiveRecord models. Provides Activity model with details about actions performed by your users, like adding comments, responding etc.
61
+ description: Smooth activity tracking for your ActiveRecord models. Provides Activity model with details about actions performed by your users, like adding comments, responding etc.
62
62
  email: piotrek@okonski.org
63
63
  executables: []
64
64
 
@@ -110,7 +110,7 @@ rubyforge_project:
110
110
  rubygems_version: 1.6.1
111
111
  signing_key:
112
112
  specification_version: 3
113
- summary: Smooth acitivity tracking for ActiveRecord models
113
+ summary: Smooth activity tracking for ActiveRecord models
114
114
  test_files:
115
115
  - spec/spec_helper.rb
116
116
  - spec/version_spec.rb