easy_transilien 0.0.5 → 0.0.7
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/CHANGELOG +7 -1
- data/Gemfile.lock +3 -3
- data/easy_transilien.gemspec +1 -1
- data/lib/easy_transilien/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: 1baf67d7940a98c90097ea8ffa31babc85a47c70
|
|
4
|
+
data.tar.gz: c535fcfd68fd22177162d34fb272aca38a9fc64a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84c964a1a253f81e2c72f0f59349bfc3c2aacb2e105766f41f624d4f2dcb7e9cc7331b2f2a16da374672b11e451f887f93cfb4a49ecf9376528169faaccac895
|
|
7
|
+
data.tar.gz: 92e810ab6f2ea183184214e3e9feda63a22a4739050181b17a3dd469d3f510476ba8295118dc4d960d81813c6fc9829b094b3caf3b1281577bad4b87d388487b
|
data/CHANGELOG
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.7
|
|
2
|
+
* bump transilien_microservices v0.0.7
|
|
3
|
+
|
|
4
|
+
0.0.6
|
|
5
|
+
* skipped version, to match transilien_microservices gem versionning
|
|
6
|
+
|
|
7
|
+
0.0.5
|
|
2
8
|
* Handle options[:at] and options[:last] as promise by the doc
|
|
3
9
|
* Add Trip#last to be consitant
|
|
4
10
|
* Trip#find auto correct when at is after last
|
data/Gemfile.lock
CHANGED
|
@@ -2,7 +2,7 @@ PATH
|
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
4
|
easy_transilien (0.0.5)
|
|
5
|
-
transilien_microservices (~> 0.0.
|
|
5
|
+
transilien_microservices (~> 0.0.7)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
@@ -30,7 +30,7 @@ GEM
|
|
|
30
30
|
rb-inotify (>= 0.9)
|
|
31
31
|
lumberjack (1.0.4)
|
|
32
32
|
method_source (0.8.2)
|
|
33
|
-
mini_portile (0.5.
|
|
33
|
+
mini_portile (0.5.3)
|
|
34
34
|
multipart-post (2.0.0)
|
|
35
35
|
nokogiri (1.6.1)
|
|
36
36
|
mini_portile (~> 0.5.0)
|
|
@@ -55,7 +55,7 @@ GEM
|
|
|
55
55
|
slop (3.4.7)
|
|
56
56
|
thor (0.18.1)
|
|
57
57
|
timers (1.1.0)
|
|
58
|
-
transilien_microservices (0.0.
|
|
58
|
+
transilien_microservices (0.0.7)
|
|
59
59
|
faraday (>= 0.8.4)
|
|
60
60
|
nokogiri (>= 1.5.5)
|
|
61
61
|
yard (0.8.7.3)
|
data/easy_transilien.gemspec
CHANGED
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
|
|
|
13
13
|
gem.homepage = "https://github.com/ook/easy_transilien"
|
|
14
14
|
gem.license = 'MIT'
|
|
15
15
|
|
|
16
|
-
gem.add_runtime_dependency('transilien_microservices', '~> 0.0.
|
|
16
|
+
gem.add_runtime_dependency('transilien_microservices', '~> 0.0.7') # Hey, it's a wrapper, so we must wrap it ;)
|
|
17
17
|
|
|
18
18
|
gem.files = `git ls-files`.split($/)
|
|
19
19
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: easy_transilien
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thomas Lecavelier
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: transilien_microservices
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ~>
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.0.
|
|
19
|
+
version: 0.0.7
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.0.
|
|
26
|
+
version: 0.0.7
|
|
27
27
|
description: 'Access SNCF Transilien micro-services datan the easy way: enable access
|
|
28
28
|
to their theoric offer.'
|
|
29
29
|
email:
|