collection_of 1.0.0 → 1.0.1

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NWNjZGU2ZGE3YzAxYWI5MWMwZmFhYmJjMGU4ZTY3NjY2ZDFjNmQzMA==
4
+ OTgyMjEzYWU2ZmRkNzIwM2RiMTVlY2ExNzQyMzM1ZTI2MGJjNjQ4ZA==
5
5
  data.tar.gz: !binary |-
6
- MDg1NWUzMTljNDFmN2Y4Mjg0M2JhZGNkOWM3ZTdiZGQxZDUwNWE5Mg==
6
+ N2U1YzY1YjQ5Y2IzMGMwYzZiNTg5MTE2YzMwNTRjNTU3Mzk4MTI1Mg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MDkzYmFlODg2NjQ3Y2VhNGY1MmMxNmE3MDEyYjRiNTlhOWU2MzE2NmM4YzJh
10
- OTNjYzU0MTk0ZTc2NmY5ZjM2NjdjM2UyNzRhMzhhZWI2MjY0ZjFkNjIyOTFk
11
- YTA5OGMwZjQxMTY4YjUzZjU1NGRlYWY0NDE3ZjA1OTYxMmE1MjM=
9
+ ZDU3OTU2ODFmNTU5YjBiMjQzNzIwNjVkYTczN2Y2YjUxYWIzMDE4MWRiNDc1
10
+ ZTY4Y2U0NGFiMWRjM2NhNjQyMjQ5ODlhNjFlOGZhM2M2MDczOTNhOWQ0NGQ0
11
+ NWIzODEwY2RlYmE0ZDI4MjZkYzgzYTA0YzgyNzY5N2Y5OTg5YTc=
12
12
  data.tar.gz: !binary |-
13
- ZmQ0NjNhNzBiZThjNjI0NjRlMGI0MGY5NDQzZWJhM2IyNDRmYThiOGE3N2Mx
14
- YTRhZTlkODBmMTc2MDczOTFiZTNkNmM2MjJkZmY4NjI2ODYzMzIyNDQ0ZThi
15
- ZjY0ZGQ5ODBlNmMyNTRjODZhNGI2YTI0OWUzMzg1Y2UxMmU4N2M=
13
+ MThkMGZmNGE5ZThhYTBlNzdhZjgzYTU4YmRkNzAwYTljMTBiMGM5NTBhYzgw
14
+ MWM0MDhkOTI5YmQ3Nzc5NWViNDdmZjY4MmZlYTUzMzcwZGU2NmVkNmExYmE3
15
+ Zjc2ODY2Yjk4MTYwOTFkYTBhMjY4ZDk3N2RlNWJlNDhiYTE3YmU=
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = %w(lib)
20
20
 
21
- spec.add_dependency 'active_support', '>= 3.0.0'
21
+ spec.add_dependency 'activesupport', '>= 3.0.0'
22
22
  spec.add_development_dependency 'bundler', '~> 1.3'
23
23
  spec.add_development_dependency 'rake'
24
24
  spec.add_development_dependency 'rspec'
@@ -1,3 +1,3 @@
1
1
  module CollectionOf
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: collection_of
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Vandersluis
@@ -13,7 +13,7 @@ dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  type: :runtime
15
15
  prerelease: false
16
- name: active_support
16
+ name: activesupport
17
17
  requirement: !ruby/object:Gem::Requirement
18
18
  requirements:
19
19
  - - ! '>='