multiforecast-client 0.72.0.1 → 0.80.0.0
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.md +13 -7
- data/VERSION +1 -1
- data/multiforecast-client.gemspec +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: ffce1422daba32f3f6f0587f39b5865b59b236e2
|
|
4
|
+
data.tar.gz: 822d590d5a4b72658d7b88f3e05cb515b9600ce5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 336b2eafe9162be3e215176abddb74d8b2e8b1c7ed4d41ed93dc306185600f30363770c0627a4c0852995eb8eb77a2d2348371985956aba6ceab1571e2b75386
|
|
7
|
+
data.tar.gz: e8007e0f32e18ec90c3daddf9a541ab80e1c784cbfa6333fb1a2df01ae2719d40748876dee5e318052f98886b31deb98e17b0d5038bd23b7a5e68fd709cb1a33
|
data/CHANGELOG.md
CHANGED
|
@@ -1,42 +1,48 @@
|
|
|
1
|
+
# 0.80.0.0 (2014/02/03)
|
|
2
|
+
|
|
3
|
+
Changes
|
|
4
|
+
|
|
5
|
+
* Change `growthforecast-client` version dependency
|
|
6
|
+
|
|
1
7
|
# 0.72.0.1 (2013/11/27)
|
|
2
8
|
|
|
3
|
-
|
|
9
|
+
Fixes
|
|
4
10
|
|
|
5
11
|
* Fix the hidden function of mapping to `in_uri` and `out_uri`
|
|
6
12
|
|
|
7
13
|
# 0.62.0.8 (2013/09/20)
|
|
8
14
|
|
|
9
|
-
|
|
15
|
+
Enhancement:
|
|
10
16
|
|
|
11
17
|
* Add `--graph-names` options to `delete` sub command
|
|
12
18
|
|
|
13
19
|
# 0.62.0.7 (2013/09/19)
|
|
14
20
|
|
|
15
|
-
|
|
21
|
+
Enhancement:
|
|
16
22
|
|
|
17
23
|
* Add `color` and `create_complex` sub command
|
|
18
24
|
|
|
19
25
|
# 0.62.0.6 (2013/09/18)
|
|
20
26
|
|
|
21
|
-
|
|
27
|
+
Changes
|
|
22
28
|
|
|
23
29
|
* Change the github repositry from sonots to yohoushi
|
|
24
30
|
|
|
25
31
|
# 0.62.0.5 (2013/07/27)
|
|
26
32
|
|
|
27
|
-
|
|
33
|
+
Fixes
|
|
28
34
|
|
|
29
35
|
* Fix the `lstrip`
|
|
30
36
|
|
|
31
37
|
# 0.62.0.4 (2013/07/25)
|
|
32
38
|
|
|
33
|
-
|
|
39
|
+
Changes
|
|
34
40
|
|
|
35
41
|
* Strip / at the beggining of path
|
|
36
42
|
|
|
37
43
|
# 0.62.0.3 (2013/07/11)
|
|
38
44
|
|
|
39
|
-
|
|
45
|
+
Fixes
|
|
40
46
|
|
|
41
47
|
* Escape a white space to %20, not +.
|
|
42
48
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.80.0.0
|
|
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
|
|
|
16
16
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
17
17
|
gem.require_paths = ["lib"]
|
|
18
18
|
|
|
19
|
-
gem.add_runtime_dependency "growthforecast-client", "
|
|
19
|
+
gem.add_runtime_dependency "growthforecast-client", ">= 0.62.0"
|
|
20
20
|
|
|
21
21
|
# for testing
|
|
22
22
|
gem.add_development_dependency "rake"
|
metadata
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: multiforecast-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.80.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Naotoshi Seo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2014-02-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: growthforecast-client
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - '>='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 0.62.0
|
|
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
26
|
version: 0.62.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|