dmm-api 0.1.2 → 0.1.3

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: 30114bb87cd8c4be213fe6de00f0785a04474f0f
4
- data.tar.gz: ecadbbca14c7320b282d9ca8cdad4704393fb072
3
+ metadata.gz: 66c2233d4f9e67c3a8b91ae84b2bbedfd6c1cc76
4
+ data.tar.gz: 68dd9ace5815bf61a318068e452484d364488d35
5
5
  SHA512:
6
- metadata.gz: cdb79cd181d6ec6a2654dc21213b76fdcf9e56f9346195ca24240266d6279557a4287a953b4b2a7765d2523f2e00108b700892c702804840557921db78cc4c12
7
- data.tar.gz: 8c8a70da30efddbc759b1143d7cff4ab00b9a5eb41df86b9b8f0be72941363321a041831f75b46cee39e4a91453e37d8c6e6df88cc458dc7723024ad62e3c8ed
6
+ metadata.gz: 351d05d76364ade6179873959168318503eb9c4dc3fd7faa098d6cf435e157960510b8a8cfe785b7bfa4d612046dc031209e107740af37cfa9f67826259c3155
7
+ data.tar.gz: 4ca021e7b701d953ce780ca27fc2acdba6778e9252d806fe33d634ebf786e66000376184f9f23d419dd48abefbb871e6af92f4e18602cfcc519102cc1371f842
data/.gitignore CHANGED
File without changes
data/Gemfile CHANGED
File without changes
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
@@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
24
24
  spec.add_development_dependency "vcr"
25
25
  spec.add_development_dependency "webmock", "1.11.0"
26
26
  # spec.add_runtime_dependency "nokogiri"
27
- spec.add_runtime_dependency "activesupport", "~> 4.1.0"
27
+ spec.add_runtime_dependency "activesupport", "4.1.4"
28
28
  end
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  module Dmm
2
2
  class Api
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
File without changes
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dmm-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - shoprev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-01 00:00:00.000000000 Z
11
+ date: 2014-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -84,16 +84,16 @@ dependencies:
84
84
  name: activesupport
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ~>
87
+ - - '='
88
88
  - !ruby/object:Gem::Version
89
- version: 4.1.0
89
+ version: 4.1.4
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ~>
94
+ - - '='
95
95
  - !ruby/object:Gem::Version
96
- version: 4.1.0
96
+ version: 4.1.4
97
97
  description: Ruby DMM Web Service API ver 2.0
98
98
  email:
99
99
  - admin@shoprev.net
@@ -108,7 +108,6 @@ files:
108
108
  - Rakefile
109
109
  - dmm-api.gemspec
110
110
  - example/com.rb
111
- - example/config.yml
112
111
  - example/r18.rb
113
112
  - lib/dmm/api.rb
114
113
  - lib/dmm/api/request.rb
@@ -136,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
136
135
  version: '0'
137
136
  requirements: []
138
137
  rubyforge_project:
139
- rubygems_version: 2.0.3
138
+ rubygems_version: 2.0.14
140
139
  signing_key:
141
140
  specification_version: 4
142
141
  summary: Ruby DMM Web Service API ver 2.0