docomoru 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/docomoru/knowledge_methods.rb +1 -1
- data/lib/docomoru/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c43b61743dea7adcb472203ed639deddd25a0fe5
|
4
|
+
data.tar.gz: 996239e943f56734e12b5fdd81e4eb094cafa9cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa2be9508213d0d241fc4ad1c1baffd0586b8d3c4fea681d46ef17ec1498415d33eee9647625ba614caf2041ae602a05d650cbd05620cf61788a56d1b3521101
|
7
|
+
data.tar.gz: f50db7da4f95404b100c1023e0bed8a4f92ec74d6623c86bdbb52758992e44db983701800cb54f46021ad13afd38ed0a5173a447f4a7e8c869858a460ae4f2d6
|
data/CHANGELOG.md
CHANGED
data/lib/docomoru/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: docomoru
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryo Nakamura
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-01-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -233,7 +233,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
233
233
|
version: '0'
|
234
234
|
requirements: []
|
235
235
|
rubyforge_project:
|
236
|
-
rubygems_version: 2.
|
236
|
+
rubygems_version: 2.6.11
|
237
237
|
signing_key:
|
238
238
|
specification_version: 4
|
239
239
|
summary: Client library for docomo API written in Ruby.
|
@@ -241,4 +241,3 @@ test_files:
|
|
241
241
|
- spec/docomoru/client_spec.rb
|
242
242
|
- spec/docomoru/command_builder_spec.rb
|
243
243
|
- spec/spec_helper.rb
|
244
|
-
has_rdoc:
|