itrp-client 1.0.0 → 1.0.1

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MzMxOGY1Yzg5YmViZTBkODhlN2Q2MjM2ZmZiZDg0ZmMyZGJlM2QyYw==
4
+ OTE5ZTY5ZDBkMWRhMDdkNjI5N2Q3MzY2NzQ1MTcwMTQ0NTljMzY5MA==
5
5
  data.tar.gz: !binary |-
6
- NmRmY2MwMmQ2OGUwYTE0MmViYzJlZTE2NzE4ZDlhYTIxNjQ4OWU1NA==
6
+ YTUwY2ZhOTc3OTU1ZjFlNmQyOGQ3Y2RjNDAxZDlkOGU1NmRmNmUxNQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NGZlYjg2NzZkYzllNDU4NWM4MDdlNjU2NGU0NjczZjZkOGZlOTFkMDQ5ODk2
10
- ZTg4YjdjNzY5ZWJhYmQ1YTY5MWRlZWU1MzcyZjExNzA4ZDQ3YWY1OWY3ODI0
11
- MmE4YjdmNTg5OGJjYTVkNTc1ZjJlOTBlN2FiZDUxY2ZiNmJjNGE=
9
+ MWU1YjY1OWI0NWY2ODRlZWE1N2U1NjUwMWE3NzI0NDg5MTM1MDU0ZmQ0OTNh
10
+ YTIwMzY0NDhiZDBiYzhiMjU5M2M5MmFkZDUwODY5MjhkNDM5Y2U3NDlmODA4
11
+ YzhhOTVhZWU2YjI3ODQyY2YyNjI1YTE0M2ZkNTZkZmU1NzQwYjY=
12
12
  data.tar.gz: !binary |-
13
- YWRmZTQyMzNhMWViNmZkODQyMTM4YmM1MDNjZWVhNmVjMTEyY2E5NDVkYjlk
14
- NDA1MzExM2Y4ZmZkNmI4NTNiMWFjNThiOGQwYWQzOGFmNTA4MTU3ZjIwYmY0
15
- MTAwZDZjNjAxYThhZGI3NWQ5YjA0NTYxYzc4YWU4NDUwNTJhMTY=
13
+ MjdjNTc3NjIzYWY2M2Y0OWZmNzgzZTU2ZTQ3ZjNjMjVkZjQ0NjE2MWFhMWNm
14
+ ZmQwNTk3MWQyOGY3NjQxZWI3YWYwMTkwZDA0NTk1ODIwMjdjZjYyMDdmZDFk
15
+ NDE5ZmQzMDBhMTljMmE1Yjc3M2FkMjZjNDE3MjNkNGQzZTRmNDM=
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- itrp-client (1.0.0)
4
+ itrp-client (1.0.1)
5
5
  activesupport
6
6
  gem_config
7
7
  mime-types
@@ -9,21 +9,13 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (4.0.1)
13
- i18n (~> 0.6, >= 0.6.4)
14
- minitest (~> 4.2)
15
- multi_json (~> 1.3)
16
- thread_safe (~> 0.1)
17
- tzinfo (~> 0.3.37)
12
+ activesupport (3.0.0)
18
13
  addressable (2.3.5)
19
- atomic (1.1.14)
20
14
  crack (0.4.1)
21
15
  safe_yaml (~> 0.9.0)
22
16
  diff-lcs (1.2.4)
23
17
  gem_config (0.2.4)
24
- i18n (0.6.5)
25
- mime-types (2.0)
26
- minitest (4.7.5)
18
+ mime-types (1.25)
27
19
  multi_json (1.8.0)
28
20
  rake (10.1.0)
29
21
  rspec (2.14.1)
@@ -39,9 +31,6 @@ GEM
39
31
  multi_json (~> 1.0)
40
32
  simplecov-html (~> 0.7.1)
41
33
  simplecov-html (0.7.1)
42
- thread_safe (0.1.3)
43
- atomic
44
- tzinfo (0.3.38)
45
34
  webmock (1.13.0)
46
35
  addressable (>= 2.2.7)
47
36
  crack (>= 0.3.2)
data/itrp-client.gemspec CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.email = %q{developers@itrp.com}
13
13
  spec.description = %q{Client for accessing the ITRP REST API}
14
14
  spec.summary = %q{Client for accessing the ITRP REST API}
15
- spec.homepage = "https://developer.itrp.com"
15
+ spec.homepage = %q{http://github.com/itrp/itrp-client}
16
16
  spec.license = "MIT"
17
17
 
18
18
  spec.files = Dir.glob("lib/**/*") + [
@@ -1,5 +1,5 @@
1
1
  module Itrp
2
2
  class Client
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itrp-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ITRP
@@ -140,7 +140,7 @@ files:
140
140
  - Gemfile
141
141
  - Gemfile.lock
142
142
  - itrp-client.gemspec
143
- homepage: https://developer.itrp.com
143
+ homepage: http://github.com/itrp/itrp-client
144
144
  licenses:
145
145
  - MIT
146
146
  metadata: {}