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 +4 -4
- data/fortytwo.gemspec +1 -3
- data/lib/fortytwo/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5e74c1147a9120b865bea6ebb882f9c1e494590f
|
4
|
+
data.tar.gz: ffcef3278914545390b213e94b7191a30a8b01db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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'
|
data/lib/fortytwo/version.rb
CHANGED
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.
|
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:
|
152
|
+
version: '0'
|
153
153
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
154
154
|
requirements:
|
155
155
|
- - ">="
|