cone 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a942374015a7a7e7284ffd570b56b211e20d121
4
- data.tar.gz: 3b6471fc8bd8d7e59d94c6e251e4619ad0ec2d5f
3
+ metadata.gz: 4a4ab0e5995417faffcd3d365bfc904c19f8596b
4
+ data.tar.gz: c15a129f8438ee765c53a5f613d615e7157378e6
5
5
  SHA512:
6
- metadata.gz: e5b7ea5912dc13217a8365e111b6c8cc392dcb665541fd68d4f1b25ff39366b159d2a567c8d0f1737a67d4c9ef994528f29c87006ebf3cd4b6adac912cc60ffc
7
- data.tar.gz: f5f7dfddbb1b69567f1cd54901ff70be0bb483dbc950cd7bac636406c0d3e7d4a1be4c8277d554d6ddeb6cbe458b66bea6938d83024bf1159130ffe792e2c1f5
6
+ metadata.gz: 40bf6dad0e7eed2075168d5e5db8d0675e39df05b835408a3192d8c45f2518094360600b491423d91af5901e3755986d211ff25f1bbc0bd421526375cf545de1
7
+ data.tar.gz: c1ac9f18d0fd34ed487750fa78f09a07b9782f52ff9014f30d6e7ae7b600a08aca53a208693dbadd55bb0b227f07675f310673180fb2f09bdf09e83c9029d21c
data/Gemfile ADDED
@@ -0,0 +1,3 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gem 'rake'
@@ -0,0 +1,13 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ rake (12.0.0)
5
+
6
+ PLATFORMS
7
+ ruby
8
+
9
+ DEPENDENCIES
10
+ rake
11
+
12
+ BUNDLED WITH
13
+ 1.12.5
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = 'cone'
3
- gem.version = '0.3.0'
3
+ gem.version = '0.3.1'
4
4
  gem.summary = 'Rails client side URL helpers'
5
5
  gem.author = 'Lihan Li'
6
6
  gem.email = 'frankieteardrop@gmail.com'
7
7
  gem.homepage = 'http://github.com/lihanli/cone'
8
8
 
9
9
  gem.add_dependency('coffee-rails')
10
- gem.add_dependency('railties', '~> 5.0')
10
+ gem.add_dependency('railties', '>= 5.0.0')
11
11
 
12
12
  gem.files = `git ls-files`.split("\n")
13
13
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
@@ -1,6 +1,6 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- gem 'rails', '5.0.1'
3
+ gem 'rails', '5.1.4'
4
4
  gem 'cone', path: '..'
5
5
 
6
6
  group :development, :test do
@@ -1,53 +1,53 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- cone (0.2.0)
4
+ cone (0.3.0)
5
5
  coffee-rails
6
- railties (~> 5.0)
6
+ railties (>= 5.0.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (5.0.1)
12
- actionpack (= 5.0.1)
13
- nio4r (~> 1.2)
11
+ actioncable (5.1.4)
12
+ actionpack (= 5.1.4)
13
+ nio4r (~> 2.0)
14
14
  websocket-driver (~> 0.6.1)
15
- actionmailer (5.0.1)
16
- actionpack (= 5.0.1)
17
- actionview (= 5.0.1)
18
- activejob (= 5.0.1)
15
+ actionmailer (5.1.4)
16
+ actionpack (= 5.1.4)
17
+ actionview (= 5.1.4)
18
+ activejob (= 5.1.4)
19
19
  mail (~> 2.5, >= 2.5.4)
20
20
  rails-dom-testing (~> 2.0)
21
- actionpack (5.0.1)
22
- actionview (= 5.0.1)
23
- activesupport (= 5.0.1)
21
+ actionpack (5.1.4)
22
+ actionview (= 5.1.4)
23
+ activesupport (= 5.1.4)
24
24
  rack (~> 2.0)
25
- rack-test (~> 0.6.3)
25
+ rack-test (>= 0.6.3)
26
26
  rails-dom-testing (~> 2.0)
27
27
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.0.1)
29
- activesupport (= 5.0.1)
28
+ actionview (5.1.4)
29
+ activesupport (= 5.1.4)
30
30
  builder (~> 3.1)
31
- erubis (~> 2.7.0)
31
+ erubi (~> 1.4)
32
32
  rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
34
- activejob (5.0.1)
35
- activesupport (= 5.0.1)
33
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
+ activejob (5.1.4)
35
+ activesupport (= 5.1.4)
36
36
  globalid (>= 0.3.6)
37
- activemodel (5.0.1)
38
- activesupport (= 5.0.1)
39
- activerecord (5.0.1)
40
- activemodel (= 5.0.1)
41
- activesupport (= 5.0.1)
42
- arel (~> 7.0)
43
- activesupport (5.0.1)
37
+ activemodel (5.1.4)
38
+ activesupport (= 5.1.4)
39
+ activerecord (5.1.4)
40
+ activemodel (= 5.1.4)
41
+ activesupport (= 5.1.4)
42
+ arel (~> 8.0)
43
+ activesupport (5.1.4)
44
44
  concurrent-ruby (~> 1.0, >= 1.0.2)
45
45
  i18n (~> 0.7)
46
46
  minitest (~> 5.1)
47
47
  tzinfo (~> 1.1)
48
48
  addressable (2.4.0)
49
49
  ansi (1.5.0)
50
- arel (7.1.4)
50
+ arel (8.0.0)
51
51
  builder (3.2.2)
52
52
  capybara (2.7.1)
53
53
  addressable
@@ -59,25 +59,28 @@ GEM
59
59
  childprocess (0.5.9)
60
60
  ffi (~> 1.0, >= 1.0.11)
61
61
  coderay (1.1.1)
62
- coffee-rails (4.2.1)
62
+ coffee-rails (4.2.2)
63
63
  coffee-script (>= 2.2.0)
64
- railties (>= 4.0.0, < 5.2.x)
64
+ railties (>= 4.0.0)
65
65
  coffee-script (2.4.1)
66
66
  coffee-script-source
67
67
  execjs
68
- coffee-script-source (1.10.0)
69
- concurrent-ruby (1.0.4)
68
+ coffee-script-source (1.12.2)
69
+ concurrent-ruby (1.0.5)
70
+ crass (1.0.2)
70
71
  daemons (1.2.3)
71
- erubis (2.7.0)
72
+ erubi (1.7.0)
72
73
  eventmachine (1.2.0.1)
73
74
  execjs (2.7.0)
74
75
  ffi (1.9.14)
75
- globalid (0.3.7)
76
- activesupport (>= 4.1.0)
77
- i18n (0.7.0)
78
- loofah (2.0.3)
76
+ globalid (0.4.1)
77
+ activesupport (>= 4.2.0)
78
+ i18n (0.9.0)
79
+ concurrent-ruby (~> 1.0)
80
+ loofah (2.1.1)
81
+ crass (~> 1.0.2)
79
82
  nokogiri (>= 1.5.9)
80
- mail (2.6.4)
83
+ mail (2.6.6)
81
84
  mime-types (>= 1.16, < 4)
82
85
  method_source (0.8.2)
83
86
  mime-types (3.1)
@@ -90,7 +93,7 @@ GEM
90
93
  builder
91
94
  minitest (>= 5.0)
92
95
  ruby-progressbar
93
- nio4r (1.2.1)
96
+ nio4r (2.1.0)
94
97
  nokogiri (1.7.0)
95
98
  mini_portile2 (~> 2.1.0)
96
99
  pry (0.10.4)
@@ -102,30 +105,30 @@ GEM
102
105
  rack (2.0.1)
103
106
  rack-test (0.6.3)
104
107
  rack (>= 1.0)
105
- rails (5.0.1)
106
- actioncable (= 5.0.1)
107
- actionmailer (= 5.0.1)
108
- actionpack (= 5.0.1)
109
- actionview (= 5.0.1)
110
- activejob (= 5.0.1)
111
- activemodel (= 5.0.1)
112
- activerecord (= 5.0.1)
113
- activesupport (= 5.0.1)
114
- bundler (>= 1.3.0, < 2.0)
115
- railties (= 5.0.1)
108
+ rails (5.1.4)
109
+ actioncable (= 5.1.4)
110
+ actionmailer (= 5.1.4)
111
+ actionpack (= 5.1.4)
112
+ actionview (= 5.1.4)
113
+ activejob (= 5.1.4)
114
+ activemodel (= 5.1.4)
115
+ activerecord (= 5.1.4)
116
+ activesupport (= 5.1.4)
117
+ bundler (>= 1.3.0)
118
+ railties (= 5.1.4)
116
119
  sprockets-rails (>= 2.0.0)
117
- rails-dom-testing (2.0.2)
118
- activesupport (>= 4.2.0, < 6.0)
119
- nokogiri (~> 1.6)
120
+ rails-dom-testing (2.0.3)
121
+ activesupport (>= 4.2.0)
122
+ nokogiri (>= 1.6)
120
123
  rails-html-sanitizer (1.0.3)
121
124
  loofah (~> 2.0)
122
- railties (5.0.1)
123
- actionpack (= 5.0.1)
124
- activesupport (= 5.0.1)
125
+ railties (5.1.4)
126
+ actionpack (= 5.1.4)
127
+ activesupport (= 5.1.4)
125
128
  method_source
126
129
  rake (>= 0.8.7)
127
130
  thor (>= 0.18.1, < 2.0)
128
- rake (12.0.0)
131
+ rake (12.2.1)
129
132
  ruby-progressbar (1.8.1)
130
133
  rubyzip (1.2.0)
131
134
  selenium-webdriver (2.53.4)
@@ -136,7 +139,7 @@ GEM
136
139
  sprockets (3.7.1)
137
140
  concurrent-ruby (~> 1.0)
138
141
  rack (> 1, < 3)
139
- sprockets-rails (3.2.0)
142
+ sprockets-rails (3.2.1)
140
143
  actionpack (>= 4.0)
141
144
  activesupport (>= 4.0)
142
145
  sprockets (>= 3.0.0)
@@ -144,12 +147,12 @@ GEM
144
147
  daemons (~> 1.0, >= 1.0.9)
145
148
  eventmachine (~> 1.0, >= 1.0.4)
146
149
  rack (>= 1, < 3)
147
- thor (0.19.4)
148
- thread_safe (0.3.5)
149
- tzinfo (1.2.2)
150
+ thor (0.20.0)
151
+ thread_safe (0.3.6)
152
+ tzinfo (1.2.4)
150
153
  thread_safe (~> 0.1)
151
154
  websocket (1.2.3)
152
- websocket-driver (0.6.4)
155
+ websocket-driver (0.6.5)
153
156
  websocket-extensions (>= 0.1.0)
154
157
  websocket-extensions (0.1.2)
155
158
  xpath (2.0.0)
@@ -163,7 +166,7 @@ DEPENDENCIES
163
166
  cone!
164
167
  minitest-reporters (= 1.0.8)
165
168
  pry-rails
166
- rails (= 5.0.1)
169
+ rails (= 5.1.4)
167
170
  selenium-webdriver (= 2.53.4)
168
171
  thin
169
172
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lihan Li
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-31 00:00:00.000000000 Z
11
+ date: 2017-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coffee-rails
@@ -28,16 +28,16 @@ dependencies:
28
28
  name: railties
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '5.0'
33
+ version: 5.0.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: '5.0'
40
+ version: 5.0.0
41
41
  description:
42
42
  email: frankieteardrop@gmail.com
43
43
  executables: []
@@ -45,6 +45,8 @@ extensions: []
45
45
  extra_rdoc_files: []
46
46
  files:
47
47
  - ".gitignore"
48
+ - Gemfile
49
+ - Gemfile.lock
48
50
  - MIT-LICENSE
49
51
  - README.md
50
52
  - Rakefile