lines-engine 1.1.2 → 1.1.3

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: 64e6b4b8710bcc029de3758cc6abdc640d19ff1e
4
- data.tar.gz: b0d13e0153a29ef88925f0dc06afd19273c31df2
3
+ metadata.gz: 2def44ab834401d388fd9fe0cbfd017c609fcccb
4
+ data.tar.gz: bcf095c6d656006a8b3730726cf2526374676a43
5
5
  SHA512:
6
- metadata.gz: 43501bb66d5e367d024899de72897294dfed7c75b7c508ede4f60989f2dda355511c52343877651f9a0a81f138f2619e392ef92b52d3e59d151bbf182e8f7571
7
- data.tar.gz: 95592cc84f7c234b1eec726a5ac0d3365a4d2eb4ab22bd308d900b4e5653d2a04c5efbde3feb8103b58a364d75fba1848b9341b69a28e250fdf9a2f7f117cd34
6
+ metadata.gz: 4fa777873f3f58fd64a4b3910ede0001898d900eceb651f066befdfaec4920ca28189b23d747988b307a72a6a4529e31e1c03dc9338691791933cce888727ff4
7
+ data.tar.gz: cb36af0d9cd259cce150ca5d3bacb81c723c2a2da60f349b9f7892d01b17b33a6f1702ce88e79fa472179d76bfa5f7a378620f44d6f2d4491a1c7bd081a57bbf
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Changelog
2
2
 
3
- # 1.1.2
3
+ ## 1.1.3
4
+
5
+ - Gem dependencies updated
6
+ - Precompile rules for assets added
7
+
8
+ ## 1.1.2
4
9
 
5
10
  - typo fixes and pull request merges
6
11
  - Gem dependencies updated
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lines-engine (1.1.2)
4
+ lines-engine (1.1.3)
5
5
  acts-as-taggable-on (~> 3.5, >= 3.5)
6
6
  bcrypt (~> 3.1.0, >= 3.1.0)
7
7
  bcrypt-ruby (>= 3.0.0, <= 4)
@@ -31,36 +31,36 @@ PATH
31
31
  GEM
32
32
  remote: https://rubygems.org/
33
33
  specs:
34
- actionmailer (4.2.4)
35
- actionpack (= 4.2.4)
36
- actionview (= 4.2.4)
37
- activejob (= 4.2.4)
34
+ actionmailer (4.2.6)
35
+ actionpack (= 4.2.6)
36
+ actionview (= 4.2.6)
37
+ activejob (= 4.2.6)
38
38
  mail (~> 2.5, >= 2.5.4)
39
39
  rails-dom-testing (~> 1.0, >= 1.0.5)
40
- actionpack (4.2.4)
41
- actionview (= 4.2.4)
42
- activesupport (= 4.2.4)
40
+ actionpack (4.2.6)
41
+ actionview (= 4.2.6)
42
+ activesupport (= 4.2.6)
43
43
  rack (~> 1.6)
44
44
  rack-test (~> 0.6.2)
45
45
  rails-dom-testing (~> 1.0, >= 1.0.5)
46
46
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
47
- actionview (4.2.4)
48
- activesupport (= 4.2.4)
47
+ actionview (4.2.6)
48
+ activesupport (= 4.2.6)
49
49
  builder (~> 3.1)
50
50
  erubis (~> 2.7.0)
51
51
  rails-dom-testing (~> 1.0, >= 1.0.5)
52
52
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
53
- activejob (4.2.4)
54
- activesupport (= 4.2.4)
53
+ activejob (4.2.6)
54
+ activesupport (= 4.2.6)
55
55
  globalid (>= 0.3.0)
56
- activemodel (4.2.4)
57
- activesupport (= 4.2.4)
56
+ activemodel (4.2.6)
57
+ activesupport (= 4.2.6)
58
58
  builder (~> 3.1)
59
- activerecord (4.2.4)
60
- activemodel (= 4.2.4)
61
- activesupport (= 4.2.4)
59
+ activerecord (4.2.6)
60
+ activemodel (= 4.2.6)
61
+ activesupport (= 4.2.6)
62
62
  arel (~> 6.0)
63
- activesupport (4.2.4)
63
+ activesupport (4.2.6)
64
64
  i18n (~> 0.7)
65
65
  json (~> 1.7, >= 1.7.7)
66
66
  minitest (~> 5.1)
@@ -93,14 +93,15 @@ GEM
93
93
  json (>= 1.7)
94
94
  mime-types (>= 1.16)
95
95
  coderay (1.1.0)
96
- coffee-rails (4.1.0)
96
+ coffee-rails (4.1.1)
97
97
  coffee-script (>= 2.2.0)
98
- railties (>= 4.0.0, < 5.0)
98
+ railties (>= 4.0.0, < 5.1.x)
99
99
  coffee-script (2.4.1)
100
100
  coffee-script-source
101
101
  execjs
102
102
  coffee-script-source (1.10.0)
103
103
  colorize (0.7.7)
104
+ concurrent-ruby (1.0.1)
104
105
  crass (1.0.2)
105
106
  diff-lcs (1.2.5)
106
107
  erubis (2.7.0)
@@ -135,7 +136,7 @@ GEM
135
136
  actionpack (>= 3.1)
136
137
  railties (>= 3.1)
137
138
  sass (>= 3.2)
138
- jquery-rails (4.0.5)
139
+ jquery-rails (4.1.0)
139
140
  rails-dom-testing (~> 1.0)
140
141
  railties (>= 4.2.0)
141
142
  thor (>= 0.14, < 2.0)
@@ -158,16 +159,16 @@ GEM
158
159
  meta-tags (2.0.0)
159
160
  actionpack (>= 3.0.0)
160
161
  method_source (0.8.2)
161
- mime-types (2.6.2)
162
- mini_portile (0.6.2)
163
- minitest (5.8.1)
162
+ mime-types (2.99.1)
163
+ mini_portile2 (2.0.0)
164
+ minitest (5.8.4)
164
165
  mysql2 (0.3.20)
165
166
  nenv (0.2.0)
166
167
  net-scp (1.2.1)
167
168
  net-ssh (>= 2.6.5)
168
169
  net-ssh (3.0.1)
169
- nokogiri (1.6.6.4)
170
- mini_portile (~> 0.6.0)
170
+ nokogiri (1.6.7.2)
171
+ mini_portile2 (~> 2.0.0.rc2)
171
172
  nokogumbo (1.4.1)
172
173
  nokogiri
173
174
  notiffany (0.0.8)
@@ -186,16 +187,16 @@ GEM
186
187
  rack-test (0.6.3)
187
188
  rack (>= 1.0)
188
189
  railroady (1.3.1)
189
- rails (4.2.4)
190
- actionmailer (= 4.2.4)
191
- actionpack (= 4.2.4)
192
- actionview (= 4.2.4)
193
- activejob (= 4.2.4)
194
- activemodel (= 4.2.4)
195
- activerecord (= 4.2.4)
196
- activesupport (= 4.2.4)
190
+ rails (4.2.6)
191
+ actionmailer (= 4.2.6)
192
+ actionpack (= 4.2.6)
193
+ actionview (= 4.2.6)
194
+ activejob (= 4.2.6)
195
+ activemodel (= 4.2.6)
196
+ activerecord (= 4.2.6)
197
+ activesupport (= 4.2.6)
197
198
  bundler (>= 1.3.0, < 2.0)
198
- railties (= 4.2.4)
199
+ railties (= 4.2.6)
199
200
  sprockets-rails
200
201
  rails-deprecated_sanitizer (1.0.3)
201
202
  activesupport (>= 4.2.0.alpha)
@@ -203,20 +204,20 @@ GEM
203
204
  activesupport (>= 4.2.0.beta, < 5.0)
204
205
  nokogiri (~> 1.6.0)
205
206
  rails-deprecated_sanitizer (>= 1.0.1)
206
- rails-html-sanitizer (1.0.2)
207
+ rails-html-sanitizer (1.0.3)
207
208
  loofah (~> 2.0)
208
209
  rails3-jquery-autocomplete (1.0.15)
209
210
  rails (>= 3.2)
210
- railties (4.2.4)
211
- actionpack (= 4.2.4)
212
- activesupport (= 4.2.4)
211
+ railties (4.2.6)
212
+ actionpack (= 4.2.6)
213
+ activesupport (= 4.2.6)
213
214
  rake (>= 0.8.7)
214
215
  thor (>= 0.18.1, < 2.0)
215
- rake (10.4.2)
216
+ rake (10.5.0)
216
217
  rb-fsevent (0.9.6)
217
218
  rb-inotify (0.9.5)
218
219
  ffi (>= 0.5.0)
219
- redcarpet (3.3.3)
220
+ redcarpet (3.3.4)
220
221
  rmagick (2.13.4)
221
222
  rspec (2.14.1)
222
223
  rspec-core (~> 2.14.0)
@@ -238,7 +239,7 @@ GEM
238
239
  crass (~> 1.0.2)
239
240
  nokogiri (>= 1.4.4)
240
241
  nokogumbo (= 1.4.1)
241
- sass (3.4.19)
242
+ sass (3.4.21)
242
243
  sass-rails (5.0.4)
243
244
  railties (>= 4.0.0, < 5.0)
244
245
  sass (~> 3.1)
@@ -249,19 +250,20 @@ GEM
249
250
  sitemap_generator (5.0.5)
250
251
  builder
251
252
  slop (3.6.0)
252
- sprockets (3.4.0)
253
+ sprockets (3.5.2)
254
+ concurrent-ruby (~> 1.0)
253
255
  rack (> 1, < 3)
254
- sprockets-rails (2.3.3)
255
- actionpack (>= 3.0)
256
- activesupport (>= 3.0)
257
- sprockets (>= 2.8, < 4.0)
256
+ sprockets-rails (3.0.4)
257
+ actionpack (>= 4.0)
258
+ activesupport (>= 4.0)
259
+ sprockets (>= 3.0.0)
258
260
  sshkit (1.7.1)
259
261
  colorize (>= 0.7.0)
260
262
  net-scp (>= 1.1.2)
261
263
  net-ssh (>= 2.8.0)
262
264
  thor (0.19.1)
263
265
  thread_safe (0.3.5)
264
- tilt (2.0.1)
266
+ tilt (2.0.2)
265
267
  tzinfo (1.2.2)
266
268
  thread_safe (~> 0.1)
267
269
  uglifier (2.7.2)
@@ -293,4 +295,4 @@ DEPENDENCIES
293
295
  yard
294
296
 
295
297
  BUNDLED WITH
296
- 1.10.6
298
+ 1.11.2
@@ -0,0 +1 @@
1
+ Rails.application.config.assets.precompile += %w( favicon.ico ic_rss.png )
data/lib/lines/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lines
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lines-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Opoloo GbR
@@ -30,7 +30,7 @@ cert_chain:
30
30
  5BNWA8E1pTLFIGuj2vWGF3LmLHATeyBGXNDBRf6XZUG124zSK5pxkJ5zm2uBhu00
31
31
  +pn0Gw==
32
32
  -----END CERTIFICATE-----
33
- date: 2015-11-23 00:00:00.000000000 Z
33
+ date: 2016-03-08 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: orm_adapter
@@ -732,6 +732,7 @@ files:
732
732
  - app/views/lines/user_mailer/password_reset.text.erb
733
733
  - bin/rails
734
734
  - certs/lines-engine.pem
735
+ - config/initializers/assets.rb
735
736
  - config/initializers/carrierwave_test.rb
736
737
  - config/initializers/kaminari_config.rb
737
738
  - config/initializers/load_config.rb
@@ -1299,7 +1300,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1299
1300
  version: '0'
1300
1301
  requirements: []
1301
1302
  rubyforge_project:
1302
- rubygems_version: 2.4.8
1303
+ rubygems_version: 2.5.1
1303
1304
  signing_key:
1304
1305
  specification_version: 4
1305
1306
  summary: LINES is the open source blog platform you have been waiting for
metadata.gz.sig CHANGED
Binary file