pin_up 0.9.1 → 0.9.2

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: 812143f29d2f599f20b51c92b1d91081bb7b9aff
4
- data.tar.gz: c89e84ce878310c632ae6aefed8734731a0558eb
3
+ metadata.gz: e5295be8af8c60007131b677d62c4a67316674fd
4
+ data.tar.gz: 75c44c9e20cb849e5e361ba74d22b4b8d3a76035
5
5
  SHA512:
6
- metadata.gz: 21b706f909c1b2286f58314a93540f559edb7b836b5cacf76006a3ec74249ad56942e5518fed72292c164756b0e8f49a6cb004fd72a3af5601d45582de5e84bb
7
- data.tar.gz: 51cd5227457d95937d41f69a0e3b823ba1551a29acec4f9a384e02d7321d03566a5147ce17e7f30b0085d4e31270099af9e6933d643c23a4c8a327948e6fedbb
6
+ metadata.gz: 8cf8955ebf04ad2393d32739886a381fb262467da309ad1fb826b66ea9f8f9be8ccfbf1ad5c3d45b44e853227a6f2cc71c195c44a210052089e4f8dffd9823c5
7
+ data.tar.gz: 301fbca477a08c914a0afc8cdb54e3889406d4bd4daf0303a3f5854d25260017274aac2c8e3e426d6468f5aa8a923c796a5026162c750f78d73c95381e81ed9c
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source "http://rubygems.org"
2
2
 
3
- gem "httparty", "0.11.0"
3
+ gem "httparty", ">= 0.11.0"
4
4
 
5
5
  group :development do
6
6
  gem "shoulda", "~> 3.5"
@@ -13,4 +13,4 @@ group :development do
13
13
  gem "guard-rspec", "~> 3.0.2"
14
14
  gem "terminal-notifier-guard", "~> 1.5.3"
15
15
  gem "capybara", "~> 2.1.0"
16
- end
16
+ end
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- activesupport (4.0.0)
4
+ activesupport (4.0.3)
5
5
  i18n (~> 0.6, >= 0.6.4)
6
6
  minitest (~> 4.2)
7
7
  multi_json (~> 1.3)
8
8
  thread_safe (~> 0.1)
9
9
  tzinfo (~> 0.3.37)
10
10
  addressable (2.3.5)
11
- atomic (1.1.10)
11
+ atomic (1.1.15)
12
12
  builder (3.2.2)
13
13
  capybara (2.1.0)
14
14
  mime-types (>= 1.16)
@@ -16,15 +16,20 @@ GEM
16
16
  rack (>= 1.0.0)
17
17
  rack-test (>= 0.5.4)
18
18
  xpath (~> 2.0)
19
- coderay (1.0.9)
20
- crack (0.4.0)
21
- safe_yaml (~> 0.9.0)
22
- diff-lcs (1.2.4)
23
- faraday (0.8.7)
24
- multipart-post (~> 1.1)
25
- ffi (1.9.0)
19
+ celluloid (0.15.2)
20
+ timers (~> 1.1.0)
21
+ celluloid-io (0.15.0)
22
+ celluloid (>= 0.15.0)
23
+ nio4r (>= 0.5.0)
24
+ coderay (1.1.0)
25
+ crack (0.4.2)
26
+ safe_yaml (~> 1.0.0)
27
+ diff-lcs (1.2.5)
28
+ faraday (0.8.9)
29
+ multipart-post (~> 1.2.0)
30
+ ffi (1.9.3)
26
31
  formatador (0.2.4)
27
- git (1.2.5)
32
+ git (1.2.6)
28
33
  github_api (0.10.1)
29
34
  addressable
30
35
  faraday (~> 0.8.1)
@@ -32,93 +37,92 @@ GEM
32
37
  multi_json (~> 1.4)
33
38
  nokogiri (~> 1.5.2)
34
39
  oauth2
35
- guard (1.8.1)
40
+ guard (2.5.1)
36
41
  formatador (>= 0.2.4)
37
- listen (>= 1.0.0)
38
- lumberjack (>= 1.0.2)
39
- pry (>= 0.9.10)
40
- thor (>= 0.14.6)
41
- guard-rspec (3.0.2)
42
+ listen (~> 2.6)
43
+ lumberjack (~> 1.0)
44
+ pry (>= 0.9.12)
45
+ thor (>= 0.18.1)
46
+ guard-rspec (3.0.3)
42
47
  guard (>= 1.8)
43
48
  rspec (~> 2.13)
44
49
  hashie (2.0.5)
45
- highline (1.6.19)
46
- httparty (0.11.0)
47
- multi_json (~> 1.0)
50
+ highline (1.6.21)
51
+ httparty (0.13.0)
52
+ json (~> 1.8)
48
53
  multi_xml (>= 0.5.2)
49
- httpauth (0.2.0)
50
- i18n (0.6.4)
51
- jeweler (1.8.5)
54
+ i18n (0.6.9)
55
+ jeweler (1.8.8)
52
56
  builder
53
57
  bundler (~> 1.0)
54
58
  git (>= 1.2.5)
55
- github_api (>= 0.8.1)
59
+ github_api (= 0.10.1)
56
60
  highline (>= 1.6.15)
57
61
  nokogiri (= 1.5.10)
58
62
  rake
59
63
  rdoc
60
- json (1.8.0)
61
- jwt (0.1.8)
64
+ json (1.8.1)
65
+ jwt (0.1.11)
62
66
  multi_json (>= 1.5)
63
- listen (1.2.2)
67
+ listen (2.7.0)
68
+ celluloid (>= 0.15.2)
69
+ celluloid-io (>= 0.15.0)
64
70
  rb-fsevent (>= 0.9.3)
65
71
  rb-inotify (>= 0.9)
66
- rb-kqueue (>= 0.2)
67
- lumberjack (1.0.3)
68
- method_source (0.8.1)
69
- mime-types (1.25)
72
+ lumberjack (1.0.4)
73
+ method_source (0.8.2)
74
+ mime-types (2.1)
70
75
  minitest (4.7.5)
71
- multi_json (1.7.7)
72
- multi_xml (0.5.4)
76
+ multi_json (1.9.0)
77
+ multi_xml (0.5.5)
73
78
  multipart-post (1.2.0)
79
+ nio4r (1.0.0)
74
80
  nokogiri (1.5.10)
75
- oauth2 (0.9.2)
76
- faraday (~> 0.8)
77
- httpauth (~> 0.2)
78
- jwt (~> 0.1.4)
79
- multi_json (~> 1.0)
81
+ oauth2 (0.9.3)
82
+ faraday (>= 0.8, < 0.10)
83
+ jwt (~> 0.1.8)
84
+ multi_json (~> 1.3)
80
85
  multi_xml (~> 0.5)
81
86
  rack (~> 1.2)
82
- pry (0.9.12.2)
83
- coderay (~> 1.0.5)
87
+ pry (0.9.12.6)
88
+ coderay (~> 1.0)
84
89
  method_source (~> 0.8)
85
90
  slop (~> 3.4)
86
91
  rack (1.5.2)
87
92
  rack-test (0.6.2)
88
93
  rack (>= 1.0)
89
- rake (10.1.0)
90
- rb-fsevent (0.9.3)
91
- rb-inotify (0.9.0)
92
- ffi (>= 0.5.0)
93
- rb-kqueue (0.2.0)
94
+ rake (10.1.1)
95
+ rb-fsevent (0.9.4)
96
+ rb-inotify (0.9.3)
94
97
  ffi (>= 0.5.0)
95
98
  rdoc (3.12.2)
96
99
  json (~> 1.4)
97
- rspec (2.13.0)
98
- rspec-core (~> 2.13.0)
99
- rspec-expectations (~> 2.13.0)
100
- rspec-mocks (~> 2.13.0)
101
- rspec-core (2.13.1)
102
- rspec-expectations (2.13.0)
100
+ rspec (2.14.1)
101
+ rspec-core (~> 2.14.0)
102
+ rspec-expectations (~> 2.14.0)
103
+ rspec-mocks (~> 2.14.0)
104
+ rspec-core (2.14.8)
105
+ rspec-expectations (2.14.5)
103
106
  diff-lcs (>= 1.1.3, < 2.0)
104
- rspec-mocks (2.13.1)
105
- safe_yaml (0.9.3)
107
+ rspec-mocks (2.14.6)
108
+ safe_yaml (1.0.1)
106
109
  shoulda (3.5.0)
107
110
  shoulda-context (~> 1.0, >= 1.0.1)
108
111
  shoulda-matchers (>= 1.4.1, < 3.0)
109
- shoulda-context (1.1.4)
110
- shoulda-matchers (2.2.0)
112
+ shoulda-context (1.1.6)
113
+ shoulda-matchers (2.5.0)
111
114
  activesupport (>= 3.0.0)
112
115
  simplecov (0.7.1)
113
116
  multi_json (~> 1.0)
114
117
  simplecov-html (~> 0.7.1)
115
118
  simplecov-html (0.7.1)
116
- slop (3.4.5)
119
+ slop (3.4.7)
117
120
  terminal-notifier-guard (1.5.3)
118
121
  thor (0.18.1)
119
- thread_safe (0.1.0)
120
- atomic
121
- tzinfo (0.3.37)
122
+ thread_safe (0.2.0)
123
+ atomic (>= 1.1.7, < 2)
124
+ timers (1.1.0)
125
+ tzinfo (0.3.39)
122
126
  vcr (2.5.0)
123
127
  webmock (1.12.3)
124
128
  addressable (>= 2.2.7)
@@ -132,7 +136,7 @@ PLATFORMS
132
136
  DEPENDENCIES
133
137
  capybara (~> 2.1.0)
134
138
  guard-rspec (~> 3.0.2)
135
- httparty (= 0.11.0)
139
+ httparty (>= 0.11.0)
136
140
  jeweler (~> 1.8.4)
137
141
  rdoc (~> 3.12)
138
142
  rspec (~> 2.13)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.1
1
+ 0.9.2
data/pin_up.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: pin_up 0.9.1 ruby lib
5
+ # stub: pin_up 0.9.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "pin_up"
9
- s.version = "0.9.1"
9
+ s.version = "0.9.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Daniel Nitsikopoulos"]
14
- s.date = "2014-02-11"
14
+ s.date = "2014-03-10"
15
15
  s.description = "A Ruby gem wrapper for the pin-payments (pin.net.au) API"
16
16
  s.email = "dnitza@gmail.com"
17
17
  s.extra_rdoc_files = [
@@ -64,7 +64,7 @@ Gem::Specification.new do |s|
64
64
  s.specification_version = 4
65
65
 
66
66
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
67
- s.add_runtime_dependency(%q<httparty>, ["= 0.11.0"])
67
+ s.add_runtime_dependency(%q<httparty>, [">= 0.11.0"])
68
68
  s.add_development_dependency(%q<shoulda>, ["~> 3.5"])
69
69
  s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
70
70
  s.add_development_dependency(%q<rspec>, ["~> 2.13"])
@@ -76,7 +76,7 @@ Gem::Specification.new do |s|
76
76
  s.add_development_dependency(%q<terminal-notifier-guard>, ["~> 1.5.3"])
77
77
  s.add_development_dependency(%q<capybara>, ["~> 2.1.0"])
78
78
  else
79
- s.add_dependency(%q<httparty>, ["= 0.11.0"])
79
+ s.add_dependency(%q<httparty>, [">= 0.11.0"])
80
80
  s.add_dependency(%q<shoulda>, ["~> 3.5"])
81
81
  s.add_dependency(%q<rdoc>, ["~> 3.12"])
82
82
  s.add_dependency(%q<rspec>, ["~> 2.13"])
@@ -89,7 +89,7 @@ Gem::Specification.new do |s|
89
89
  s.add_dependency(%q<capybara>, ["~> 2.1.0"])
90
90
  end
91
91
  else
92
- s.add_dependency(%q<httparty>, ["= 0.11.0"])
92
+ s.add_dependency(%q<httparty>, [">= 0.11.0"])
93
93
  s.add_dependency(%q<shoulda>, ["~> 3.5"])
94
94
  s.add_dependency(%q<rdoc>, ["~> 3.12"])
95
95
  s.add_dependency(%q<rspec>, ["~> 2.13"])
data/spec/base_spec.rb CHANGED
@@ -27,4 +27,4 @@ describe "Base", :vcr, class: Pin::Base do
27
27
  stub_request(:get, "https://#{@test_pin.key}:''@test-api.pin.net.au/1/customers")
28
28
  expect(Pin::Base.auth_get('customers').code).to eq 200
29
29
  end
30
- end
30
+ end
data/spec/spec_helper.rb CHANGED
@@ -31,4 +31,4 @@ VCR.configure do |c|
31
31
  c.hook_into :webmock
32
32
  c.allow_http_connections_when_no_cassette = true
33
33
  c.filter_sensitive_data('<key>') {ENV["PIN_SECRET"]}
34
- end
34
+ end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pin_up
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Nitsikopoulos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-11 00:00:00.000000000 Z
11
+ date: 2014-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 0.11.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.11.0
27
27
  - !ruby/object:Gem::Dependency