copy_tuner_client 0.1.1.beta8 → 0.1.1.beta9

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.
data/.gitignore CHANGED
@@ -16,3 +16,5 @@ doc
16
16
  pkg
17
17
  *.gem
18
18
  .bundle
19
+ Gemfile.lock
20
+ *.gemfile.lock
@@ -9,7 +9,6 @@ Gem::Specification.new do |s|
9
9
  s.add_development_dependency 'aruba', '~> 0.3.2'
10
10
  s.add_development_dependency 'bourne'
11
11
  s.add_development_dependency 'cucumber', '~> 0.10.0'
12
- s.add_development_dependency 'i18n'
13
12
  s.add_development_dependency 'rails', '~> 3.1.0'
14
13
  s.add_development_dependency 'rake'
15
14
  s.add_development_dependency 'rspec', '~> 2.3'
@@ -1,6 +1,6 @@
1
1
  module CopyTunerClient
2
2
  # Client version
3
- VERSION = '0.1.1.beta8'
3
+ VERSION = '0.1.1.beta9'
4
4
 
5
5
  # API version being used to communicate with the server
6
6
  API_VERSION = '2.0'.freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: copy_tuner_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.beta8
4
+ version: 0.1.1.beta9
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-07-30 00:00:00.000000000 Z
12
+ date: 2014-08-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n
@@ -107,22 +107,6 @@ dependencies:
107
107
  - - ~>
108
108
  - !ruby/object:Gem::Version
109
109
  version: 0.10.0
110
- - !ruby/object:Gem::Dependency
111
- name: i18n
112
- requirement: !ruby/object:Gem::Requirement
113
- none: false
114
- requirements:
115
- - - ! '>='
116
- - !ruby/object:Gem::Version
117
- version: '0'
118
- type: :development
119
- prerelease: false
120
- version_requirements: !ruby/object:Gem::Requirement
121
- none: false
122
- requirements:
123
- - - ! '>='
124
- - !ruby/object:Gem::Version
125
- version: '0'
126
110
  - !ruby/object:Gem::Dependency
127
111
  name: rails
128
112
  requirement: !ruby/object:Gem::Requirement
@@ -295,7 +279,6 @@ files:
295
279
  - .travis.yml
296
280
  - Appraisals
297
281
  - Gemfile
298
- - Gemfile.lock
299
282
  - README.md
300
283
  - Rakefile
301
284
  - app/assets/javascripts/copyray.js.coffee
@@ -306,13 +289,9 @@ files:
306
289
  - features/step_definitions/rails_steps.rb
307
290
  - features/support/env.rb
308
291
  - features/support/rails_server.rb
309
- - gemfiles/2.3.gemfile.lock
310
292
  - gemfiles/3.2.gemfile
311
- - gemfiles/3.2.gemfile.lock
312
293
  - gemfiles/4.0.gemfile
313
- - gemfiles/4.0.gemfile.lock
314
294
  - gemfiles/4.1.gemfile
315
- - gemfiles/4.1.gemfile.lock
316
295
  - init.rb
317
296
  - lib/copy_tuner_client.rb
318
297
  - lib/copy_tuner_client/cache.rb
@@ -369,7 +348,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
369
348
  version: '0'
370
349
  segments:
371
350
  - 0
372
- hash: -558695419483214411
351
+ hash: 2128976362472487397
373
352
  required_rubygems_version: !ruby/object:Gem::Requirement
374
353
  none: false
375
354
  requirements:
@@ -409,3 +388,4 @@ test_files:
409
388
  - spec/support/fake_unicorn.rb
410
389
  - spec/support/middleware_stack.rb
411
390
  - spec/support/writing_cache.rb
391
+ has_rdoc:
data/Gemfile.lock DELETED
@@ -1,163 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- copy_tuner_client (0.1.1.beta8)
5
- i18n (>= 0.5.0)
6
- json
7
-
8
- GEM
9
- remote: http://rubygems.org/
10
- specs:
11
- actionmailer (3.1.0)
12
- actionpack (= 3.1.0)
13
- mail (~> 2.3.0)
14
- actionpack (3.1.0)
15
- activemodel (= 3.1.0)
16
- activesupport (= 3.1.0)
17
- builder (~> 3.0.0)
18
- erubis (~> 2.7.0)
19
- i18n (~> 0.6)
20
- rack (~> 1.3.2)
21
- rack-cache (~> 1.0.3)
22
- rack-mount (~> 0.8.2)
23
- rack-test (~> 0.6.1)
24
- sprockets (~> 2.0.0)
25
- activemodel (3.1.0)
26
- activesupport (= 3.1.0)
27
- bcrypt-ruby (~> 3.0.0)
28
- builder (~> 3.0.0)
29
- i18n (~> 0.6)
30
- activerecord (3.1.0)
31
- activemodel (= 3.1.0)
32
- activesupport (= 3.1.0)
33
- arel (~> 2.2.1)
34
- tzinfo (~> 0.3.29)
35
- activeresource (3.1.0)
36
- activemodel (= 3.1.0)
37
- activesupport (= 3.1.0)
38
- activesupport (3.1.0)
39
- multi_json (~> 1.0)
40
- addressable (2.2.6)
41
- ansi (1.4.3)
42
- appraisal (0.4.0)
43
- bundler
44
- rake
45
- arel (2.2.1)
46
- aruba (0.3.7)
47
- childprocess (>= 0.1.9)
48
- cucumber (>= 0.10.5)
49
- rspec (>= 2.6.0)
50
- bcrypt-ruby (3.0.0)
51
- bourne (1.0)
52
- mocha (= 0.9.8)
53
- builder (3.0.0)
54
- childprocess (0.2.2)
55
- ffi (~> 1.0.6)
56
- crack (0.1.8)
57
- cucumber (0.10.7)
58
- builder (>= 2.1.2)
59
- diff-lcs (>= 1.1.2)
60
- gherkin (~> 2.4.0)
61
- json (>= 1.4.6)
62
- term-ansicolor (>= 1.0.5)
63
- daemons (1.1.4)
64
- diff-lcs (1.1.3)
65
- erubis (2.7.0)
66
- eventmachine (0.12.10)
67
- ffi (1.0.9)
68
- gherkin (2.4.18)
69
- json (>= 1.4.6)
70
- hike (1.2.1)
71
- i18n (0.6.0)
72
- json (1.5.4)
73
- mail (2.3.0)
74
- i18n (>= 0.4.0)
75
- mime-types (~> 1.16)
76
- treetop (~> 1.4.8)
77
- mime-types (1.16)
78
- mocha (0.9.8)
79
- rake
80
- multi_json (1.0.3)
81
- polyglot (0.3.2)
82
- rack (1.3.2)
83
- rack-cache (1.0.3)
84
- rack (>= 0.4)
85
- rack-mount (0.8.3)
86
- rack (>= 1.0.0)
87
- rack-ssl (1.3.2)
88
- rack
89
- rack-test (0.6.1)
90
- rack (>= 1.0)
91
- rails (3.1.0)
92
- actionmailer (= 3.1.0)
93
- actionpack (= 3.1.0)
94
- activerecord (= 3.1.0)
95
- activeresource (= 3.1.0)
96
- activesupport (= 3.1.0)
97
- bundler (~> 1.0)
98
- railties (= 3.1.0)
99
- railties (3.1.0)
100
- actionpack (= 3.1.0)
101
- activesupport (= 3.1.0)
102
- rack-ssl (~> 1.3.2)
103
- rake (>= 0.8.7)
104
- rdoc (~> 3.4)
105
- thor (~> 0.14.6)
106
- rake (10.0.3)
107
- rdoc (3.9.4)
108
- rspec (2.6.0)
109
- rspec-core (~> 2.6.0)
110
- rspec-expectations (~> 2.6.0)
111
- rspec-mocks (~> 2.6.0)
112
- rspec-core (2.6.4)
113
- rspec-expectations (2.6.0)
114
- diff-lcs (~> 1.1.2)
115
- rspec-mocks (2.6.0)
116
- sham_rack (1.3.3)
117
- rack
118
- sinatra (1.2.6)
119
- rack (~> 1.1)
120
- tilt (>= 1.2.2, < 2.0)
121
- sprockets (2.0.0)
122
- hike (~> 1.2)
123
- rack (~> 1.0)
124
- tilt (~> 1.1, != 1.3.0)
125
- sqlite3 (1.3.4)
126
- term-ansicolor (1.0.6)
127
- thin (1.2.11)
128
- daemons (>= 1.0.9)
129
- eventmachine (>= 0.12.6)
130
- rack (>= 1.0.0)
131
- thor (0.14.6)
132
- tilt (1.3.3)
133
- treetop (1.4.10)
134
- polyglot
135
- polyglot (>= 0.3.1)
136
- turn (0.9.6)
137
- ansi
138
- tzinfo (0.3.29)
139
- webmock (1.7.6)
140
- addressable (~> 2.2, > 2.2.5)
141
- crack (>= 0.1.7)
142
- yard (0.7.2)
143
-
144
- PLATFORMS
145
- ruby
146
-
147
- DEPENDENCIES
148
- appraisal (~> 0.4)
149
- aruba (~> 0.3.2)
150
- bourne
151
- copy_tuner_client!
152
- cucumber (~> 0.10.0)
153
- i18n
154
- rails (~> 3.1.0)
155
- rake
156
- rspec (~> 2.3)
157
- sham_rack
158
- sinatra
159
- sqlite3
160
- thin
161
- turn
162
- webmock
163
- yard
@@ -1,108 +0,0 @@
1
- PATH
2
- remote: /Users/mat_aki/gem/copy-tuner-ruby-client
3
- specs:
4
- copy_tuner_client (0.1.1.beta7)
5
- i18n (>= 0.5.0)
6
- json
7
-
8
- GEM
9
- remote: http://rubygems.org/
10
- specs:
11
- actionmailer (2.3.16)
12
- actionpack (= 2.3.16)
13
- actionpack (2.3.16)
14
- activesupport (= 2.3.16)
15
- rack (~> 1.1.0)
16
- activerecord (2.3.16)
17
- activesupport (= 2.3.16)
18
- activeresource (2.3.16)
19
- activesupport (= 2.3.16)
20
- activesupport (2.3.16)
21
- addressable (2.3.2)
22
- ansi (1.4.3)
23
- appraisal (0.5.1)
24
- bundler
25
- rake
26
- aruba (0.3.7)
27
- childprocess (>= 0.1.9)
28
- cucumber (>= 0.10.5)
29
- rspec (>= 2.6.0)
30
- bourne (1.3.0)
31
- mocha (= 0.13.0)
32
- builder (3.1.4)
33
- childprocess (0.3.7)
34
- ffi (~> 1.0, >= 1.0.6)
35
- crack (0.3.2)
36
- cucumber (0.10.7)
37
- builder (>= 2.1.2)
38
- diff-lcs (>= 1.1.2)
39
- gherkin (~> 2.4.0)
40
- json (>= 1.4.6)
41
- term-ansicolor (>= 1.0.5)
42
- daemons (1.1.9)
43
- diff-lcs (1.1.3)
44
- eventmachine (1.0.0)
45
- ffi (1.3.1)
46
- gherkin (2.4.21)
47
- json (>= 1.4.6)
48
- i18n (0.6.1)
49
- json (1.7.6)
50
- metaclass (0.0.1)
51
- mocha (0.13.0)
52
- metaclass (~> 0.0.1)
53
- rack (1.1.5)
54
- rails (2.3.16)
55
- actionmailer (= 2.3.16)
56
- actionpack (= 2.3.16)
57
- activerecord (= 2.3.16)
58
- activeresource (= 2.3.16)
59
- activesupport (= 2.3.16)
60
- rake (>= 0.8.3)
61
- rake (10.0.3)
62
- rspec (2.12.0)
63
- rspec-core (~> 2.12.0)
64
- rspec-expectations (~> 2.12.0)
65
- rspec-mocks (~> 2.12.0)
66
- rspec-core (2.12.2)
67
- rspec-expectations (2.12.1)
68
- diff-lcs (~> 1.1.3)
69
- rspec-mocks (2.12.2)
70
- sham_rack (1.3.4)
71
- rack
72
- sinatra (1.2.8)
73
- rack (~> 1.1)
74
- tilt (>= 1.2.2, < 2.0)
75
- sqlite3 (1.3.7)
76
- term-ansicolor (1.0.7)
77
- thin (1.5.0)
78
- daemons (>= 1.0.9)
79
- eventmachine (>= 0.12.6)
80
- rack (>= 1.0.0)
81
- tilt (1.3.3)
82
- turn (0.9.6)
83
- ansi
84
- webmock (1.9.0)
85
- addressable (>= 2.2.7)
86
- crack (>= 0.1.7)
87
- yard (0.8.4.1)
88
-
89
- PLATFORMS
90
- ruby
91
-
92
- DEPENDENCIES
93
- appraisal (~> 0.4)
94
- aruba (~> 0.3.2)
95
- bourne
96
- copy_tuner_client!
97
- cucumber (~> 0.10.0)
98
- i18n
99
- rails (= 2.3.16)
100
- rake
101
- rspec (~> 2.3)
102
- sham_rack
103
- sinatra
104
- sqlite3
105
- thin
106
- turn
107
- webmock
108
- yard
@@ -1,170 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- copy_tuner_client (0.0.14)
5
- i18n (>= 0.5.0)
6
- json
7
-
8
- GEM
9
- remote: http://rubygems.org/
10
- specs:
11
- actionmailer (3.2.19)
12
- actionpack (= 3.2.19)
13
- mail (~> 2.5.4)
14
- actionpack (3.2.19)
15
- activemodel (= 3.2.19)
16
- activesupport (= 3.2.19)
17
- builder (~> 3.0.0)
18
- erubis (~> 2.7.0)
19
- journey (~> 1.0.4)
20
- rack (~> 1.4.5)
21
- rack-cache (~> 1.2)
22
- rack-test (~> 0.6.1)
23
- sprockets (~> 2.2.1)
24
- activemodel (3.2.19)
25
- activesupport (= 3.2.19)
26
- builder (~> 3.0.0)
27
- activerecord (3.2.19)
28
- activemodel (= 3.2.19)
29
- activesupport (= 3.2.19)
30
- arel (~> 3.0.2)
31
- tzinfo (~> 0.3.29)
32
- activeresource (3.2.19)
33
- activemodel (= 3.2.19)
34
- activesupport (= 3.2.19)
35
- activesupport (3.2.19)
36
- i18n (~> 0.6, >= 0.6.4)
37
- multi_json (~> 1.0)
38
- addressable (2.3.6)
39
- ansi (1.4.3)
40
- appraisal (0.5.2)
41
- bundler
42
- rake
43
- arel (3.0.3)
44
- aruba (0.3.7)
45
- childprocess (>= 0.1.9)
46
- cucumber (>= 0.10.5)
47
- rspec (>= 2.6.0)
48
- bourne (1.5.0)
49
- mocha (>= 0.13.2, < 0.15)
50
- builder (3.0.4)
51
- childprocess (0.5.3)
52
- ffi (~> 1.0, >= 1.0.11)
53
- crack (0.4.2)
54
- safe_yaml (~> 1.0.0)
55
- cucumber (0.10.7)
56
- builder (>= 2.1.2)
57
- diff-lcs (>= 1.1.2)
58
- gherkin (~> 2.4.0)
59
- json (>= 1.4.6)
60
- term-ansicolor (>= 1.0.5)
61
- daemons (1.1.9)
62
- diff-lcs (1.2.5)
63
- erubis (2.7.0)
64
- eventmachine (1.0.3)
65
- ffi (1.9.3)
66
- gherkin (2.4.21)
67
- json (>= 1.4.6)
68
- hike (1.2.3)
69
- i18n (0.6.9)
70
- journey (1.0.4)
71
- json (1.8.1)
72
- mail (2.5.4)
73
- mime-types (~> 1.16)
74
- treetop (~> 1.4.8)
75
- metaclass (0.0.4)
76
- mime-types (1.25.1)
77
- minitest (4.7.5)
78
- mocha (0.14.0)
79
- metaclass (~> 0.0.1)
80
- multi_json (1.10.1)
81
- polyglot (0.3.5)
82
- rack (1.4.5)
83
- rack-cache (1.2)
84
- rack (>= 0.4)
85
- rack-protection (1.5.3)
86
- rack
87
- rack-ssl (1.3.4)
88
- rack
89
- rack-test (0.6.2)
90
- rack (>= 1.0)
91
- rails (3.2.19)
92
- actionmailer (= 3.2.19)
93
- actionpack (= 3.2.19)
94
- activerecord (= 3.2.19)
95
- activeresource (= 3.2.19)
96
- activesupport (= 3.2.19)
97
- bundler (~> 1.0)
98
- railties (= 3.2.19)
99
- railties (3.2.19)
100
- actionpack (= 3.2.19)
101
- activesupport (= 3.2.19)
102
- rack-ssl (~> 1.3.2)
103
- rake (>= 0.8.7)
104
- rdoc (~> 3.4)
105
- thor (>= 0.14.6, < 2.0)
106
- rake (10.3.2)
107
- rdoc (3.12.2)
108
- json (~> 1.4)
109
- rspec (2.99.0)
110
- rspec-core (~> 2.99.0)
111
- rspec-expectations (~> 2.99.0)
112
- rspec-mocks (~> 2.99.0)
113
- rspec-core (2.99.1)
114
- rspec-expectations (2.99.1)
115
- diff-lcs (>= 1.1.3, < 2.0)
116
- rspec-mocks (2.99.1)
117
- safe_yaml (1.0.3)
118
- sham_rack (1.3.6)
119
- rack
120
- sinatra (1.4.5)
121
- rack (~> 1.4)
122
- rack-protection (~> 1.4)
123
- tilt (~> 1.3, >= 1.3.4)
124
- sprockets (2.2.2)
125
- hike (~> 1.2)
126
- multi_json (~> 1.0)
127
- rack (~> 1.0)
128
- tilt (~> 1.1, != 1.3.0)
129
- sqlite3 (1.3.9)
130
- term-ansicolor (1.3.0)
131
- tins (~> 1.0)
132
- thin (1.6.2)
133
- daemons (>= 1.0.9)
134
- eventmachine (>= 1.0.0)
135
- rack (>= 1.0.0)
136
- thor (0.19.1)
137
- tilt (1.4.1)
138
- tins (1.3.0)
139
- treetop (1.4.15)
140
- polyglot
141
- polyglot (>= 0.3.1)
142
- turn (0.9.7)
143
- ansi
144
- minitest (~> 4)
145
- tzinfo (0.3.39)
146
- webmock (1.18.0)
147
- addressable (>= 2.3.6)
148
- crack (>= 0.3.2)
149
- yard (0.8.7.4)
150
-
151
- PLATFORMS
152
- ruby
153
-
154
- DEPENDENCIES
155
- appraisal (~> 0.4)
156
- aruba (~> 0.3.2)
157
- bourne
158
- copy_tuner_client!
159
- cucumber (~> 0.10.0)
160
- i18n
161
- rails (= 3.2.19)
162
- rake
163
- rspec (~> 2.3)
164
- sham_rack
165
- sinatra
166
- sqlite3
167
- thin
168
- turn
169
- webmock
170
- yard
@@ -1,163 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- copy_tuner_client (0.0.14)
5
- i18n (>= 0.5.0)
6
- json
7
-
8
- GEM
9
- remote: http://rubygems.org/
10
- specs:
11
- actionmailer (4.0.8)
12
- actionpack (= 4.0.8)
13
- mail (~> 2.5.4)
14
- actionpack (4.0.8)
15
- activesupport (= 4.0.8)
16
- builder (~> 3.1.0)
17
- erubis (~> 2.7.0)
18
- rack (~> 1.5.2)
19
- rack-test (~> 0.6.2)
20
- activemodel (4.0.8)
21
- activesupport (= 4.0.8)
22
- builder (~> 3.1.0)
23
- activerecord (4.0.8)
24
- activemodel (= 4.0.8)
25
- activerecord-deprecated_finders (~> 1.0.2)
26
- activesupport (= 4.0.8)
27
- arel (~> 4.0.0)
28
- activerecord-deprecated_finders (1.0.3)
29
- activesupport (4.0.8)
30
- i18n (~> 0.6, >= 0.6.9)
31
- minitest (~> 4.2)
32
- multi_json (~> 1.3)
33
- thread_safe (~> 0.1)
34
- tzinfo (~> 0.3.37)
35
- addressable (2.3.6)
36
- ansi (1.4.3)
37
- appraisal (0.5.2)
38
- bundler
39
- rake
40
- arel (4.0.2)
41
- aruba (0.3.7)
42
- childprocess (>= 0.1.9)
43
- cucumber (>= 0.10.5)
44
- rspec (>= 2.6.0)
45
- bourne (1.5.0)
46
- mocha (>= 0.13.2, < 0.15)
47
- builder (3.1.4)
48
- childprocess (0.5.3)
49
- ffi (~> 1.0, >= 1.0.11)
50
- crack (0.4.2)
51
- safe_yaml (~> 1.0.0)
52
- cucumber (0.10.7)
53
- builder (>= 2.1.2)
54
- diff-lcs (>= 1.1.2)
55
- gherkin (~> 2.4.0)
56
- json (>= 1.4.6)
57
- term-ansicolor (>= 1.0.5)
58
- daemons (1.1.9)
59
- diff-lcs (1.2.5)
60
- erubis (2.7.0)
61
- eventmachine (1.0.3)
62
- ffi (1.9.3)
63
- gherkin (2.4.21)
64
- json (>= 1.4.6)
65
- hike (1.2.3)
66
- i18n (0.6.9)
67
- json (1.8.1)
68
- mail (2.5.4)
69
- mime-types (~> 1.16)
70
- treetop (~> 1.4.8)
71
- metaclass (0.0.4)
72
- mime-types (1.25.1)
73
- minitest (4.7.5)
74
- mocha (0.14.0)
75
- metaclass (~> 0.0.1)
76
- multi_json (1.10.1)
77
- polyglot (0.3.5)
78
- rack (1.5.2)
79
- rack-protection (1.5.3)
80
- rack
81
- rack-test (0.6.2)
82
- rack (>= 1.0)
83
- rails (4.0.8)
84
- actionmailer (= 4.0.8)
85
- actionpack (= 4.0.8)
86
- activerecord (= 4.0.8)
87
- activesupport (= 4.0.8)
88
- bundler (>= 1.3.0, < 2.0)
89
- railties (= 4.0.8)
90
- sprockets-rails (~> 2.0)
91
- railties (4.0.8)
92
- actionpack (= 4.0.8)
93
- activesupport (= 4.0.8)
94
- rake (>= 0.8.7)
95
- thor (>= 0.18.1, < 2.0)
96
- rake (10.3.2)
97
- rspec (2.99.0)
98
- rspec-core (~> 2.99.0)
99
- rspec-expectations (~> 2.99.0)
100
- rspec-mocks (~> 2.99.0)
101
- rspec-core (2.99.1)
102
- rspec-expectations (2.99.1)
103
- diff-lcs (>= 1.1.3, < 2.0)
104
- rspec-mocks (2.99.1)
105
- safe_yaml (1.0.3)
106
- sham_rack (1.3.6)
107
- rack
108
- sinatra (1.4.5)
109
- rack (~> 1.4)
110
- rack-protection (~> 1.4)
111
- tilt (~> 1.3, >= 1.3.4)
112
- sprockets (2.12.1)
113
- hike (~> 1.2)
114
- multi_json (~> 1.0)
115
- rack (~> 1.0)
116
- tilt (~> 1.1, != 1.3.0)
117
- sprockets-rails (2.1.3)
118
- actionpack (>= 3.0)
119
- activesupport (>= 3.0)
120
- sprockets (~> 2.8)
121
- sqlite3 (1.3.9)
122
- term-ansicolor (1.3.0)
123
- tins (~> 1.0)
124
- thin (1.6.2)
125
- daemons (>= 1.0.9)
126
- eventmachine (>= 1.0.0)
127
- rack (>= 1.0.0)
128
- thor (0.19.1)
129
- thread_safe (0.3.4)
130
- tilt (1.4.1)
131
- tins (1.3.0)
132
- treetop (1.4.15)
133
- polyglot
134
- polyglot (>= 0.3.1)
135
- turn (0.9.7)
136
- ansi
137
- minitest (~> 4)
138
- tzinfo (0.3.39)
139
- webmock (1.18.0)
140
- addressable (>= 2.3.6)
141
- crack (>= 0.3.2)
142
- yard (0.8.7.4)
143
-
144
- PLATFORMS
145
- ruby
146
-
147
- DEPENDENCIES
148
- appraisal (~> 0.4)
149
- aruba (~> 0.3.2)
150
- bourne
151
- copy_tuner_client!
152
- cucumber (~> 0.10.0)
153
- i18n
154
- rails (= 4.0.8)
155
- rake
156
- rspec (~> 2.3)
157
- sham_rack
158
- sinatra
159
- sqlite3
160
- thin
161
- turn
162
- webmock
163
- yard
@@ -1,167 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- copy_tuner_client (0.0.14)
5
- i18n (>= 0.5.0)
6
- json
7
-
8
- GEM
9
- remote: http://rubygems.org/
10
- specs:
11
- actionmailer (4.1.4)
12
- actionpack (= 4.1.4)
13
- actionview (= 4.1.4)
14
- mail (~> 2.5.4)
15
- actionpack (4.1.4)
16
- actionview (= 4.1.4)
17
- activesupport (= 4.1.4)
18
- rack (~> 1.5.2)
19
- rack-test (~> 0.6.2)
20
- actionview (4.1.4)
21
- activesupport (= 4.1.4)
22
- builder (~> 3.1)
23
- erubis (~> 2.7.0)
24
- activemodel (4.1.4)
25
- activesupport (= 4.1.4)
26
- builder (~> 3.1)
27
- activerecord (4.1.4)
28
- activemodel (= 4.1.4)
29
- activesupport (= 4.1.4)
30
- arel (~> 5.0.0)
31
- activesupport (4.1.4)
32
- i18n (~> 0.6, >= 0.6.9)
33
- json (~> 1.7, >= 1.7.7)
34
- minitest (~> 5.1)
35
- thread_safe (~> 0.1)
36
- tzinfo (~> 1.1)
37
- addressable (2.3.6)
38
- ansi (1.4.3)
39
- appraisal (0.5.2)
40
- bundler
41
- rake
42
- arel (5.0.1.20140414130214)
43
- aruba (0.3.7)
44
- childprocess (>= 0.1.9)
45
- cucumber (>= 0.10.5)
46
- rspec (>= 2.6.0)
47
- bourne (1.5.0)
48
- mocha (>= 0.13.2, < 0.15)
49
- builder (3.2.2)
50
- childprocess (0.5.3)
51
- ffi (~> 1.0, >= 1.0.11)
52
- crack (0.4.2)
53
- safe_yaml (~> 1.0.0)
54
- cucumber (0.10.7)
55
- builder (>= 2.1.2)
56
- diff-lcs (>= 1.1.2)
57
- gherkin (~> 2.4.0)
58
- json (>= 1.4.6)
59
- term-ansicolor (>= 1.0.5)
60
- daemons (1.1.9)
61
- diff-lcs (1.2.5)
62
- erubis (2.7.0)
63
- eventmachine (1.0.3)
64
- ffi (1.9.3)
65
- gherkin (2.4.21)
66
- json (>= 1.4.6)
67
- hike (1.2.3)
68
- i18n (0.6.9)
69
- json (1.8.1)
70
- mail (2.5.4)
71
- mime-types (~> 1.16)
72
- treetop (~> 1.4.8)
73
- metaclass (0.0.4)
74
- mime-types (1.25.1)
75
- minitest (5.3.5)
76
- mocha (0.14.0)
77
- metaclass (~> 0.0.1)
78
- multi_json (1.10.1)
79
- polyglot (0.3.5)
80
- rack (1.5.2)
81
- rack-protection (1.5.3)
82
- rack
83
- rack-test (0.6.2)
84
- rack (>= 1.0)
85
- rails (4.1.4)
86
- actionmailer (= 4.1.4)
87
- actionpack (= 4.1.4)
88
- actionview (= 4.1.4)
89
- activemodel (= 4.1.4)
90
- activerecord (= 4.1.4)
91
- activesupport (= 4.1.4)
92
- bundler (>= 1.3.0, < 2.0)
93
- railties (= 4.1.4)
94
- sprockets-rails (~> 2.0)
95
- railties (4.1.4)
96
- actionpack (= 4.1.4)
97
- activesupport (= 4.1.4)
98
- rake (>= 0.8.7)
99
- thor (>= 0.18.1, < 2.0)
100
- rake (10.3.2)
101
- rspec (2.99.0)
102
- rspec-core (~> 2.99.0)
103
- rspec-expectations (~> 2.99.0)
104
- rspec-mocks (~> 2.99.0)
105
- rspec-core (2.99.1)
106
- rspec-expectations (2.99.1)
107
- diff-lcs (>= 1.1.3, < 2.0)
108
- rspec-mocks (2.99.1)
109
- safe_yaml (1.0.3)
110
- sham_rack (1.3.6)
111
- rack
112
- sinatra (1.4.5)
113
- rack (~> 1.4)
114
- rack-protection (~> 1.4)
115
- tilt (~> 1.3, >= 1.3.4)
116
- sprockets (2.12.1)
117
- hike (~> 1.2)
118
- multi_json (~> 1.0)
119
- rack (~> 1.0)
120
- tilt (~> 1.1, != 1.3.0)
121
- sprockets-rails (2.1.3)
122
- actionpack (>= 3.0)
123
- activesupport (>= 3.0)
124
- sprockets (~> 2.8)
125
- sqlite3 (1.3.9)
126
- term-ansicolor (1.3.0)
127
- tins (~> 1.0)
128
- thin (1.6.2)
129
- daemons (>= 1.0.9)
130
- eventmachine (>= 1.0.0)
131
- rack (>= 1.0.0)
132
- thor (0.19.1)
133
- thread_safe (0.3.4)
134
- tilt (1.4.1)
135
- tins (1.3.0)
136
- treetop (1.4.15)
137
- polyglot
138
- polyglot (>= 0.3.1)
139
- turn (0.9.6)
140
- ansi
141
- tzinfo (1.2.1)
142
- thread_safe (~> 0.1)
143
- webmock (1.18.0)
144
- addressable (>= 2.3.6)
145
- crack (>= 0.3.2)
146
- yard (0.8.7.4)
147
-
148
- PLATFORMS
149
- ruby
150
-
151
- DEPENDENCIES
152
- appraisal (~> 0.4)
153
- aruba (~> 0.3.2)
154
- bourne
155
- copy_tuner_client!
156
- cucumber (~> 0.10.0)
157
- i18n
158
- rails (= 4.1.4)
159
- rake
160
- rspec (~> 2.3)
161
- sham_rack
162
- sinatra
163
- sqlite3
164
- thin
165
- turn
166
- webmock
167
- yard