simplemodel 0.9.1 → 0.9.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.
Files changed (3) hide show
  1. checksums.yaml +15 -0
  2. data/simplemodel.gemspec +2 -2
  3. metadata +4 -8
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YTYxZjk1NjdiZjcwZDZiOTA3OTJjZTIxZTJmN2IzMzVjOGE2N2Q3Mw==
5
+ data.tar.gz: !binary |-
6
+ MDlmZjM1OWJhZjZmZWNhNDQ4YTA0N2U3ZDJmOWI2YjhhMDE0ZWRlMw==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ MzEzNGQ2ZDY1MWZmMjViNGI5MTFmZWU0YzYzNDA4ZmJhZWEyMWIwYThjNmY1
10
+ MmJiNzY3ODkzOWQxODNkYzRiYjQyMGI3ZWQ3NTNkNWRiYjYzNTZhMjc3Mzkx
11
+ ZjM1MzFjZTI5YWVmYTAzODI1ZjI2YjVlY2ZjMTJlNWU1ZTNkNjA=
12
+ data.tar.gz: !binary |-
13
+ MWNmN2RhMjQ1NDBmNWQ0YzgyOTU0NGM3MTU1MGU4NWJkYzg4MDQ1NmI3YzM3
14
+ ZTk0ZjhjMDY1MjU3MDIyOTlhMmUxZjU1NzQ3ZjVhZWY3OWViMThhZmM0NTg3
15
+ YzUyOTFiODNlZGNiNzk4ZmFiMTdlMmExMGE3MTBkNTQzOGUyM2Q=
@@ -5,7 +5,7 @@
5
5
  # FORKED FROM 'SuperModel' BY Alex MacCaw
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{simplemodel}
8
- s.version = "0.9.1"
8
+ s.version = "0.9.2"
9
9
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
10
10
  s.authors = ["Antoine Legrand"]
11
11
  s.date = %q{2013-08-01}
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
27
27
  "lib/simplemodel/ext/typed_array.rb",
28
28
  "simplemodel.gemspec"
29
29
  ]
30
- s.homepage = %q{http://github.com/alegrand/simplemodel}
30
+ s.homepage = %q{http://github.com/antlegrand/simplemodel}
31
31
  s.rdoc_options = ["--charset=UTF-8"]
32
32
  s.require_paths = ["lib"]
33
33
  s.rubygems_version = %q{1.3.7}
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplemodel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
5
- prerelease:
4
+ version: 0.9.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Antoine Legrand
@@ -14,7 +13,6 @@ dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: activemodel
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ! '>='
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ! '>='
28
25
  - !ruby/object:Gem::Version
@@ -45,28 +42,27 @@ files:
45
42
  - lib/simplemodel/base.rb
46
43
  - lib/simplemodel/ext/typed_array.rb
47
44
  - simplemodel.gemspec
48
- homepage: http://github.com/alegrand/simplemodel
45
+ homepage: http://github.com/antlegrand/simplemodel
49
46
  licenses: []
47
+ metadata: {}
50
48
  post_install_message:
51
49
  rdoc_options:
52
50
  - --charset=UTF-8
53
51
  require_paths:
54
52
  - lib
55
53
  required_ruby_version: !ruby/object:Gem::Requirement
56
- none: false
57
54
  requirements:
58
55
  - - ! '>='
59
56
  - !ruby/object:Gem::Version
60
57
  version: '0'
61
58
  required_rubygems_version: !ruby/object:Gem::Requirement
62
- none: false
63
59
  requirements:
64
60
  - - ! '>='
65
61
  - !ruby/object:Gem::Version
66
62
  version: '0'
67
63
  requirements: []
68
64
  rubyforge_project:
69
- rubygems_version: 1.8.24
65
+ rubygems_version: 2.0.7
70
66
  signing_key:
71
67
  specification_version: 3
72
68
  summary: In memory using ActiveModel