ninja-model 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/ninja_model/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ninja-model
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 15
|
|
5
|
+
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
version: 0.5.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.5.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Josh Williams
|
|
@@ -15,7 +15,8 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
18
|
+
date: 2011-06-01 00:00:00 -05:00
|
|
19
|
+
default_executable:
|
|
19
20
|
dependencies:
|
|
20
21
|
- !ruby/object:Gem::Dependency
|
|
21
22
|
name: activerecord
|
|
@@ -180,6 +181,7 @@ files:
|
|
|
180
181
|
- spec/spec_helper.rb
|
|
181
182
|
- spec/support/active_model_lint.rb
|
|
182
183
|
- spec/support/matchers/convert.rb
|
|
184
|
+
has_rdoc: true
|
|
183
185
|
homepage: http://github.com/t3hpr1m3/ninja-model.git
|
|
184
186
|
licenses: []
|
|
185
187
|
|
|
@@ -209,7 +211,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
209
211
|
requirements: []
|
|
210
212
|
|
|
211
213
|
rubyforge_project: ninja-model
|
|
212
|
-
rubygems_version: 1.7
|
|
214
|
+
rubygems_version: 1.3.7
|
|
213
215
|
signing_key:
|
|
214
216
|
specification_version: 3
|
|
215
217
|
summary: Pseudo-ORM for Ruby
|
|
@@ -233,4 +235,3 @@ test_files:
|
|
|
233
235
|
- spec/spec_helper.rb
|
|
234
236
|
- spec/support/active_model_lint.rb
|
|
235
237
|
- spec/support/matchers/convert.rb
|
|
236
|
-
has_rdoc:
|