fortytwo 0.0.1 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b878dfe76a61b2f6eb865f7d56985adf47daeec9
4
- data.tar.gz: 2559a245fc7928b2c2f613137c425e571a2161b4
3
+ metadata.gz: 5e74c1147a9120b865bea6ebb882f9c1e494590f
4
+ data.tar.gz: ffcef3278914545390b213e94b7191a30a8b01db
5
5
  SHA512:
6
- metadata.gz: 5d54bc966a09181071cfc799ca1c063d8ae6ad9615d7222709cb7ba1e0bf108b05286a542f552ddeda209d51e7f77153f6f52422d6f92cfe879e8e4d9cd12fee
7
- data.tar.gz: 77d2daf6388d644d1e64953cc5d48de0e9de4b1188e9e528bd36605ddcda8fcf6c189942c4df571254a7dd053f2486ad585b0d1fe402d9ae8bc58c4158209921
6
+ metadata.gz: 57fe06991d4a3e21bd7919e020e4712065516fb583ceab95a99f0f545716b0b5fc1a492e4c0ae61dd45a3cfa8c572eb3748023b74663a4015b9c421c3cd0de06
7
+ data.tar.gz: 25fac5f256caf54d5b838ae9a5a7db879c550697bcec9ee330d355a665be4efe691d5b9bef588c2695a1dc398d090c3c3dce8254002df284176e926ccf215d0d
data/fortytwo.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['Matias Fernandez']
10
10
  spec.email = ['matiasfmolinari@gmail.com']
11
11
  spec.summary = 'Ruby client library for the 42 API'
12
- spec.description = 'Provides an easy way to interact with the 42 API in any kind of application'
12
+ spec.description = 'Provides an easy way to interact with the 42 API in any kind of application.'
13
13
  spec.homepage = 'https://github.com/MatiasFMolinari/fortytwo'
14
14
  spec.license = 'MIT'
15
15
 
@@ -18,8 +18,6 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ['lib']
20
20
 
21
- spec.required_ruby_version = '2.0.0'
22
-
23
21
  spec.add_development_dependency 'rack', '1.6.4'
24
22
  spec.add_development_dependency 'bundler', '~> 1.5'
25
23
  spec.add_development_dependency 'rake', '~> 10.0', '>= 10.0.0'
@@ -1,3 +1,3 @@
1
1
  module FortyTwo
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fortytwo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matias Fernandez
@@ -106,7 +106,7 @@ dependencies:
106
106
  - - "~>"
107
107
  - !ruby/object:Gem::Version
108
108
  version: '1.2'
109
- description: Provides an easy way to interact with the 42 API in any kind of application
109
+ description: Provides an easy way to interact with the 42 API in any kind of application.
110
110
  email:
111
111
  - matiasfmolinari@gmail.com
112
112
  executables: []
@@ -147,9 +147,9 @@ require_paths:
147
147
  - lib
148
148
  required_ruby_version: !ruby/object:Gem::Requirement
149
149
  requirements:
150
- - - '='
150
+ - - ">="
151
151
  - !ruby/object:Gem::Version
152
- version: 2.0.0
152
+ version: '0'
153
153
  required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  requirements:
155
155
  - - ">="