esa 0.0.2 → 0.0.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 +4 -4
- data/README.md +1 -1
- data/esa.gemspec +2 -2
- data/lib/esa/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7461ca15a88d20109816db2ac644209d7d8164fb
|
|
4
|
+
data.tar.gz: b9b6056c8cf9ae876ee75577a870427b0cb3970d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc5cd7475cb4803fe3bae4eadf00aae626c72288a35d594cbfe8a897eebd182b41098df15c3536c63878bbc45cdfcf063d16ee5cbc7dab5a5d4d8ba9da7a73cd
|
|
7
|
+
data.tar.gz: cd33861faa8dc5f6680a73ae6db7a42f8555ce257dce2e2524da730f4b8d8aa91f69aaaf0f289c331e5d2808e7ef8c4610f8400590bcaf187e683da827ab47bf
|
data/README.md
CHANGED
data/esa.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Esa::VERSION
|
|
9
9
|
spec.authors = ["fukayatsu"]
|
|
10
10
|
spec.email = ["fukayatsu@gmail.com"]
|
|
11
|
-
spec.summary = %q{[WIP] esa API
|
|
12
|
-
spec.description = %q{
|
|
11
|
+
spec.summary = %q{[WIP] esa API v1 client library, written in Ruby}
|
|
12
|
+
spec.description = %q{[WIP] esa API v1 client library, written in Ruby}
|
|
13
13
|
spec.homepage = "https://github.com/esaio/esa-ruby/"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
data/lib/esa/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: esa
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- fukayatsu
|
|
@@ -164,7 +164,7 @@ dependencies:
|
|
|
164
164
|
- - ">="
|
|
165
165
|
- !ruby/object:Gem::Version
|
|
166
166
|
version: '0'
|
|
167
|
-
description: "
|
|
167
|
+
description: "[WIP] esa API v1 client library, written in Ruby"
|
|
168
168
|
email:
|
|
169
169
|
- fukayatsu@gmail.com
|
|
170
170
|
executables: []
|
|
@@ -210,7 +210,7 @@ rubyforge_project:
|
|
|
210
210
|
rubygems_version: 2.4.5
|
|
211
211
|
signing_key:
|
|
212
212
|
specification_version: 4
|
|
213
|
-
summary: "[WIP] esa API
|
|
213
|
+
summary: "[WIP] esa API v1 client library, written in Ruby"
|
|
214
214
|
test_files:
|
|
215
215
|
- spec/esa/client_spec.rb
|
|
216
216
|
- spec/spec_helper.rb
|