chatwork 0.3.1 → 0.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0305dfa12041167303e05f9f0fd9bf05a92bb64f
4
- data.tar.gz: b8f95a22e1e7e08c6a17d0b0a125caa8eaccddd9
3
+ metadata.gz: 71a5a7f00dcee49d4d5528c835e7fd698ab556d8
4
+ data.tar.gz: f670fd416ab6400338a6ed68e36f5f541b4b1fa0
5
5
  SHA512:
6
- metadata.gz: 96280714b65def9d004d34f0a857ce7f679f88f379349203566b0f08dd1fd870334ef302c3332bdb07d4b7b6ca1fec80015d7f40ade9a62018474971849d30fe
7
- data.tar.gz: f789819c3b1843ebcb5acea28f5ea64ae3201657b1eec5a800da33595ead70bcba6e4978589cb1e3070825359f909f9e2c93d6bdb179fa562f8f23e94bd7319c
6
+ metadata.gz: 3c077c92f29d50d231f347e81dce64f70a4e1f26a08ac5976e16e4a7ac00e9a12150ee4c9b1b5b15a02bc3b253861583958c7487fe6f7c90021e53d4f0139ac0
7
+ data.tar.gz: c30f058f13f1a47968f02722aa81aceb18d620586a0b567206b0a72add19e9df1f581ce23d763a392dfe796acb9685ef1535060e481950456cd6053079a250a1
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["hzw1258@gmail.com"]
11
11
  spec.description = %q{ChatWork is cloud-based business chat tool}
12
12
  spec.summary = %q{Ruby bindings of Chatwork API}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/asonas/chatwork-ruby"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -16,7 +16,7 @@ module ChatWork
16
16
  autoload(:Contacts, 'chatwork/contacts')
17
17
 
18
18
  @api_base = 'https://api.chatwork.com/'
19
- @api_version = '/v1'
19
+ @api_version = '/v2'
20
20
  @api_key = nil
21
21
 
22
22
  class << self
@@ -1,3 +1,3 @@
1
1
  module ChatWork
2
- VERSION = "0.3.1"
2
+ VERSION = "0.4.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chatwork
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - asonas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-20 00:00:00.000000000 Z
11
+ date: 2017-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -94,7 +94,7 @@ files:
94
94
  - lib/chatwork/version.rb
95
95
  - spec/lib/chatwork_spec.rb
96
96
  - spec/spec_helper.rb
97
- homepage: ''
97
+ homepage: https://github.com/asonas/chatwork-ruby
98
98
  licenses:
99
99
  - MIT
100
100
  metadata: {}
@@ -121,4 +121,3 @@ summary: Ruby bindings of Chatwork API
121
121
  test_files:
122
122
  - spec/lib/chatwork_spec.rb
123
123
  - spec/spec_helper.rb
124
- has_rdoc: