mac-robot 0.5.3 → 0.5.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +45 -24
- data/Rakefile +3 -3
- data/VERSION +1 -1
- data/mac-robot.gemspec +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a90d5f3016c0cc810bcaa51f9cb6949c7f9293661bcbaa1b7880e958d6a0e24e
|
4
|
+
data.tar.gz: 81f6896b40a2c5f9cfeb624ee6883f2f95aa9e4fcb4ec4e2678cfe4eb73dcdc6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c23a9f13609200d5dad63b928a9ca95fa49d524b202b8db2a9f73a8021dd97feecd4bcdec7beebdf5c36ccabb561e22de6f2af4b7654b61d10b8df9a6ca57f46
|
7
|
+
data.tar.gz: 8044b323b5ac28bf8a835eb0167990ea11063168a52a9b80a895fe0661c0029fb25ac2792dd7bd93b4413f41605312858fa30f9f2aab4e4a40e077b585ff525d
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,44 +1,63 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
-
addressable (2.
|
4
|
+
addressable (2.8.0)
|
5
|
+
public_suffix (>= 2.0.2, < 5.0)
|
5
6
|
builder (3.2.4)
|
6
7
|
descendants_tracker (0.0.4)
|
7
8
|
thread_safe (~> 0.3, >= 0.3.1)
|
8
9
|
diff-lcs (1.1.3)
|
9
|
-
faraday (
|
10
|
+
faraday (1.8.0)
|
11
|
+
faraday-em_http (~> 1.0)
|
12
|
+
faraday-em_synchrony (~> 1.0)
|
13
|
+
faraday-excon (~> 1.1)
|
14
|
+
faraday-httpclient (~> 1.0.1)
|
15
|
+
faraday-net_http (~> 1.0)
|
16
|
+
faraday-net_http_persistent (~> 1.1)
|
17
|
+
faraday-patron (~> 1.0)
|
18
|
+
faraday-rack (~> 1.0)
|
10
19
|
multipart-post (>= 1.2, < 3)
|
11
|
-
|
20
|
+
ruby2_keywords (>= 0.0.4)
|
21
|
+
faraday-em_http (1.0.0)
|
22
|
+
faraday-em_synchrony (1.0.0)
|
23
|
+
faraday-excon (1.1.0)
|
24
|
+
faraday-httpclient (1.0.1)
|
25
|
+
faraday-net_http (1.0.1)
|
26
|
+
faraday-net_http_persistent (1.2.0)
|
27
|
+
faraday-patron (1.0.0)
|
28
|
+
faraday-rack (1.0.0)
|
29
|
+
git (1.9.1)
|
12
30
|
rchardet (~> 1.8)
|
13
|
-
github_api (0.
|
14
|
-
addressable (~> 2.4
|
31
|
+
github_api (0.19.0)
|
32
|
+
addressable (~> 2.4)
|
15
33
|
descendants_tracker (~> 0.0.4)
|
16
|
-
faraday (
|
17
|
-
hashie (>= 3.
|
18
|
-
mime-types (>= 1.16, < 3.0)
|
34
|
+
faraday (>= 0.8, < 2)
|
35
|
+
hashie (~> 3.5, >= 3.5.2)
|
19
36
|
oauth2 (~> 1.0)
|
20
|
-
hashie (
|
37
|
+
hashie (3.6.0)
|
21
38
|
highline (2.0.3)
|
22
|
-
|
39
|
+
json (2.5.1)
|
40
|
+
juwelier (2.4.9)
|
23
41
|
builder
|
24
42
|
bundler
|
25
|
-
git
|
26
|
-
github_api
|
27
|
-
highline
|
28
|
-
|
43
|
+
git
|
44
|
+
github_api
|
45
|
+
highline
|
46
|
+
kamelcase (~> 0)
|
47
|
+
nokogiri
|
29
48
|
psych
|
30
49
|
rake
|
31
50
|
rdoc
|
32
51
|
semver2
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
mini_portile2 (2.
|
52
|
+
jwt (2.3.0)
|
53
|
+
kamelcase (0.0.2)
|
54
|
+
semver2 (~> 3)
|
55
|
+
mini_portile2 (2.6.1)
|
37
56
|
multi_json (1.15.0)
|
38
57
|
multi_xml (0.6.0)
|
39
58
|
multipart-post (2.1.1)
|
40
|
-
nokogiri (1.
|
41
|
-
mini_portile2 (~> 2.
|
59
|
+
nokogiri (1.12.5)
|
60
|
+
mini_portile2 (~> 2.6.1)
|
42
61
|
racc (~> 1.4)
|
43
62
|
oauth2 (1.4.7)
|
44
63
|
faraday (>= 0.8, < 2.0)
|
@@ -46,12 +65,13 @@ GEM
|
|
46
65
|
multi_json (~> 1.3)
|
47
66
|
multi_xml (~> 0.5)
|
48
67
|
rack (>= 1.2, < 3)
|
49
|
-
psych (
|
50
|
-
|
68
|
+
psych (4.0.2)
|
69
|
+
public_suffix (4.0.6)
|
70
|
+
racc (1.6.0)
|
51
71
|
rack (2.2.3)
|
52
72
|
rake (10.5.0)
|
53
73
|
rchardet (1.8.0)
|
54
|
-
rdoc (6.3.
|
74
|
+
rdoc (6.3.3)
|
55
75
|
rspec (2.8.0)
|
56
76
|
rspec-core (~> 2.8.0)
|
57
77
|
rspec-expectations (~> 2.8.0)
|
@@ -60,6 +80,7 @@ GEM
|
|
60
80
|
rspec-expectations (2.8.0)
|
61
81
|
diff-lcs (~> 1.1.2)
|
62
82
|
rspec-mocks (2.8.0)
|
83
|
+
ruby2_keywords (0.0.5)
|
63
84
|
semver2 (3.4.2)
|
64
85
|
thread_safe (0.3.6)
|
65
86
|
|
@@ -68,8 +89,8 @@ PLATFORMS
|
|
68
89
|
|
69
90
|
DEPENDENCIES
|
70
91
|
bundler
|
71
|
-
jeweler (~> 2.3.9)
|
72
92
|
json (~> 2.5.1)
|
93
|
+
juwelier (~> 2.4.9)
|
73
94
|
rake (< 11.0)
|
74
95
|
rspec (~> 2.8.0)
|
75
96
|
|
data/Rakefile
CHANGED
@@ -11,8 +11,8 @@ rescue Bundler::BundlerError => e
|
|
11
11
|
end
|
12
12
|
require 'rake'
|
13
13
|
|
14
|
-
require '
|
15
|
-
|
14
|
+
require 'juwelier'
|
15
|
+
Juwelier::Tasks.new do |gem|
|
16
16
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
17
17
|
gem.name = "mac-robot"
|
18
18
|
gem.homepage = "http://github.com/youpy/mac-robot"
|
@@ -23,7 +23,7 @@ Jeweler::Tasks.new do |gem|
|
|
23
23
|
gem.authors = ["youpy"]
|
24
24
|
# dependencies defined in Gemfile
|
25
25
|
end
|
26
|
-
|
26
|
+
Juwelier::RubygemsDotOrgTasks.new
|
27
27
|
|
28
28
|
# rule to build the extension: this says
|
29
29
|
# that the extension should be rebuilt
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.4
|
data/mac-robot.gemspec
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mac-robot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- youpy
|
@@ -67,19 +67,19 @@ dependencies:
|
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
|
-
name:
|
70
|
+
name: juwelier
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 2.
|
75
|
+
version: 2.4.9
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 2.
|
82
|
+
version: 2.4.9
|
83
83
|
description: A Library to Automate User Interactions
|
84
84
|
email: youpy@buycheapviagraonlinenow.com
|
85
85
|
executables: []
|