uptime_monitor 0.3.2 → 0.3.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +66 -56
  3. data/VERSION +1 -1
  4. data/uptime_monitor.gemspec +2 -2
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5ffc7dcce0abd4f3bb0d738c8188fdfe552ea1b7
4
- data.tar.gz: f0e1a2eb02574473dd9dcc6e3a3387650ddfe0bf
3
+ metadata.gz: c0116273368ccfafed06df5380c1b58751af19b7
4
+ data.tar.gz: 12410c001e8de232fa8fab96f33811950095afc3
5
5
  SHA512:
6
- metadata.gz: 5f45e485c337bc7826475d39e275384aa2c2b42e0ea4cb950fc31324da6415fe0342a480e98ce08cd76f0044e4a052a963ab04bb2e32f9815a0653f5b5c53480
7
- data.tar.gz: afdc2e16259ab425098a71e6cd0ef533c09af6dfde66551ca3aa2110b1c0605090f24cdeeeb03d0f8891b17ad25e50a4bb698230ce292abf91f57a5bab3e991e
6
+ metadata.gz: 006b19fccefec570eed27736c5be23abcb744d775d4075218f7793dd5c771174669277ad51d558abd6da8fee039ed9ab469d423a8171e7d249ccfc09f66bb490
7
+ data.tar.gz: 91c449d451342bd44ec997c927b7086f77c276663c9a304fd3bd33aaf22ccf14e9dd4ca723fea47479191dea2b012478ad191fb0f71851d82419ecacd6d87998
data/Gemfile.lock CHANGED
@@ -1,21 +1,20 @@
1
1
  GIT
2
2
  remote: https://github.com/watir/watir-webdriver.git
3
- revision: 190a737975f17ed1c8e1207caca257a55198278a
3
+ revision: d0cdf810597c06e5cfb1a4036bfb36d6cbc615f3
4
4
  specs:
5
- watir-webdriver (0.6.11)
6
- selenium-webdriver (>= 2.45.0.dev2)
5
+ watir-webdriver (0.9.1)
6
+ selenium-webdriver (>= 2.46.2)
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
10
10
  specs:
11
- activesupport (4.0.2)
12
- i18n (~> 0.6, >= 0.6.4)
13
- minitest (~> 4.2)
14
- multi_json (~> 1.3)
15
- thread_safe (~> 0.1)
16
- tzinfo (~> 0.3.37)
17
- addressable (2.3.8)
18
- atomic (1.1.14)
11
+ activesupport (4.2.5.1)
12
+ i18n (~> 0.7)
13
+ json (~> 1.7, >= 1.7.7)
14
+ minitest (~> 5.1)
15
+ thread_safe (~> 0.3, >= 0.3.4)
16
+ tzinfo (~> 1.1)
17
+ addressable (2.4.0)
19
18
  aws (2.10.2)
20
19
  http_connection
21
20
  uuidtools
@@ -26,26 +25,28 @@ GEM
26
25
  xml-simple
27
26
  builder (3.2.2)
28
27
  carrierwave (0.4.10)
29
- childprocess (0.5.5)
28
+ childprocess (0.5.9)
30
29
  ffi (~> 1.0, >= 1.0.11)
31
- coderay (1.1.0)
32
- diff-lcs (1.2.4)
33
- faraday (0.8.8)
34
- multipart-post (~> 1.2.0)
35
- ffi (1.9.6)
30
+ coderay (1.1.1)
31
+ descendants_tracker (0.0.4)
32
+ thread_safe (~> 0.3, >= 0.3.1)
33
+ diff-lcs (1.2.5)
34
+ faraday (0.9.2)
35
+ multipart-post (>= 1.2, < 3)
36
+ ffi (1.9.10)
36
37
  git (1.2.9.1)
37
- github_api (0.10.1)
38
- addressable
39
- faraday (~> 0.8.1)
40
- hashie (>= 1.2)
41
- multi_json (~> 1.4)
42
- nokogiri (~> 1.5.2)
38
+ github_api (0.13.1)
39
+ addressable (~> 2.4.0)
40
+ descendants_tracker (~> 0.0.4)
41
+ faraday (~> 0.8, < 0.10)
42
+ hashie (>= 3.4)
43
+ multi_json (>= 1.7.5, < 2.0)
43
44
  oauth2
44
- hashie (3.4.1)
45
+ hashie (3.4.3)
45
46
  headless (1.0.2)
46
- highline (1.7.1)
47
+ highline (1.7.8)
47
48
  http_connection (1.4.4)
48
- i18n (0.6.9)
49
+ i18n (0.7.0)
49
50
  jeweler (2.0.1)
50
51
  builder
51
52
  bundler (>= 1.0)
@@ -56,53 +57,62 @@ GEM
56
57
  rake
57
58
  rdoc
58
59
  json (1.8.3)
59
- jwt (1.4.1)
60
+ jwt (1.5.1)
60
61
  method_source (0.8.2)
61
- mime-types (2.4.3)
62
- minitest (4.7.5)
63
- multi_json (1.8.2)
62
+ mime-types (3.0)
63
+ mime-types-data (~> 3.2015)
64
+ mime-types-data (3.2015.1120)
65
+ mini_portile2 (2.0.0)
66
+ minitest (5.8.4)
67
+ multi_json (1.11.2)
64
68
  multi_xml (0.5.5)
65
- multipart-post (1.2.0)
66
- nokogiri (1.5.10)
67
- oauth2 (1.0.0)
69
+ multipart-post (2.0.0)
70
+ nokogiri (1.6.7.2)
71
+ mini_portile2 (~> 2.0.0.rc2)
72
+ oauth2 (1.1.0)
68
73
  faraday (>= 0.8, < 0.10)
69
- jwt (~> 1.0)
74
+ jwt (~> 1.0, < 1.5.2)
70
75
  multi_json (~> 1.3)
71
76
  multi_xml (~> 0.5)
72
- rack (~> 1.2)
77
+ rack (>= 1.2, < 3)
73
78
  polyglot (0.3.5)
74
- pry (0.9.12.4)
75
- coderay (~> 1.0)
76
- method_source (~> 0.8)
79
+ pry (0.10.3)
80
+ coderay (~> 1.1.0)
81
+ method_source (~> 0.8.1)
77
82
  slop (~> 3.4)
78
- rack (1.6.0)
79
- rake (10.4.2)
83
+ rack (1.6.4)
84
+ rake (10.5.0)
80
85
  rdoc (3.12.2)
81
86
  json (~> 1.4)
82
- rspec (2.14.1)
83
- rspec-core (~> 2.14.0)
84
- rspec-expectations (~> 2.14.0)
85
- rspec-mocks (~> 2.14.0)
86
- rspec-core (2.14.6)
87
- rspec-expectations (2.14.3)
88
- diff-lcs (>= 1.1.3, < 2.0)
89
- rspec-mocks (2.14.4)
90
- rubyzip (1.1.7)
91
- selenium-webdriver (2.45.0)
87
+ rspec (3.4.0)
88
+ rspec-core (~> 3.4.0)
89
+ rspec-expectations (~> 3.4.0)
90
+ rspec-mocks (~> 3.4.0)
91
+ rspec-core (3.4.3)
92
+ rspec-support (~> 3.4.0)
93
+ rspec-expectations (3.4.0)
94
+ diff-lcs (>= 1.2.0, < 2.0)
95
+ rspec-support (~> 3.4.0)
96
+ rspec-mocks (3.4.1)
97
+ diff-lcs (>= 1.2.0, < 2.0)
98
+ rspec-support (~> 3.4.0)
99
+ rspec-support (3.4.1)
100
+ rubyzip (1.2.0)
101
+ selenium-webdriver (2.52.0)
92
102
  childprocess (~> 0.5)
93
103
  multi_json (~> 1.0)
94
104
  rubyzip (~> 1.0)
95
105
  websocket (~> 1.0)
96
- slop (3.4.7)
97
- thread_safe (0.1.3)
98
- atomic
99
- treetop (1.6.3)
106
+ slop (3.6.0)
107
+ thread_safe (0.3.5)
108
+ treetop (1.6.4)
100
109
  polyglot (~> 0.3)
101
- tzinfo (0.3.38)
110
+ tzinfo (1.2.2)
111
+ thread_safe (~> 0.1)
102
112
  uuidtools (2.1.5)
103
113
  watir-webdriver-performance (0.2.4)
104
114
  watir-webdriver
105
- websocket (1.2.1)
115
+ websocket (1.2.2)
106
116
  xml-simple (1.1.5)
107
117
 
108
118
  PLATFORMS
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.2
1
+ 0.3.3
@@ -2,11 +2,11 @@
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: uptime_monitor 0.3.2 ruby lib
5
+ # stub: uptime_monitor 0.3.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "uptime_monitor"
9
- s.version = "0.3.2"
9
+ s.version = "0.3.3"
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"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uptime_monitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - obi-a