reputation 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reputation
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Theo Cushion
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-08-12 00:00:00 +01:00
18
+ date: 2011-08-24 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -148,6 +148,7 @@ files:
148
148
  - lib/reputation/functions/mixin.rb
149
149
  - lib/reputation/functions/step.rb
150
150
  - lib/reputation/functions.rb
151
+ - lib/reputation/rails_version.rb
151
152
  - lib/reputation/user.rb
152
153
  - lib/reputation.rb
153
154
  - app/models/reputation_behaviour.rb
@@ -181,7 +182,7 @@ files:
181
182
  - spec/rails_root/config/routes.rb
182
183
  - spec/rails_root/db/development.sqlite3
183
184
  - spec/rails_root/db/migrate/20110414125319_create_users.rb
184
- - spec/rails_root/db/migrate/20110812160932_reputation_create_tables.rb
185
+ - spec/rails_root/db/migrate/20110824162330_reputation_create_tables.rb
185
186
  - spec/rails_root/db/schema.rb
186
187
  - spec/rails_root/db/test.sqlite3
187
188
  - spec/rails_root/log/development.log
@@ -265,7 +266,7 @@ test_files:
265
266
  - spec/rails_root/config/routes.rb
266
267
  - spec/rails_root/db/development.sqlite3
267
268
  - spec/rails_root/db/migrate/20110414125319_create_users.rb
268
- - spec/rails_root/db/migrate/20110812160932_reputation_create_tables.rb
269
+ - spec/rails_root/db/migrate/20110824162330_reputation_create_tables.rb
269
270
  - spec/rails_root/db/schema.rb
270
271
  - spec/rails_root/db/test.sqlite3
271
272
  - spec/rails_root/log/development.log