rocket_cms 0.12.2 → 0.12.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: ca6241c262bb8d305843b77f98e8b66f28e46a03
4
- data.tar.gz: b452644cf1750e332a3854b01c078fa3d3f219c4
3
+ metadata.gz: 3e6a12e13b5c704b8592b874b316b4def922f7c4
4
+ data.tar.gz: cc5713780d616ab930150fd4738ab19043eee480
5
5
  SHA512:
6
- metadata.gz: 02d24a2cb06efcbfee231f8640507e7fa09545a1a91870b46e2011f32576034908733974e91d49e560af0a95f8fc2b12d629db3dfdc3d1bacb749e997493f52c
7
- data.tar.gz: a4873db833e7a0372c0965c8129f7046405fa8adb4d4df5aceab26245f6222ddaefdcd217bda20ec6f35d9eee029ec06c91eb5b6d6c01d5ee37321579f1c768d
6
+ metadata.gz: 2afdc9821c55cdfa2faa378751d2a92a83c8725acd4175be70cbd5cbc49cf2a291b8953a04015cae326d1bb7529e70d1b3adce262da128c296b7a8e309fc84f0
7
+ data.tar.gz: 920d84ed766a7e49d8cf967f66ea8e41c29ba9b2f664085c473aed818efb92f73896ac5115933c4f50222925191c116c6d5b278c5b293c86a28724072dee0c4d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rocket_cms (0.12.2)
4
+ rocket_cms (0.12.3)
5
5
  addressable
6
6
  coffee-rails
7
7
  jquery-rails
@@ -16,47 +16,49 @@ PATH
16
16
  GEM
17
17
  remote: https://rubygems.org/
18
18
  specs:
19
- actionmailer (4.2.6)
20
- actionpack (= 4.2.6)
21
- actionview (= 4.2.6)
22
- activejob (= 4.2.6)
19
+ actioncable (5.0.0)
20
+ actionpack (= 5.0.0)
21
+ nio4r (~> 1.2)
22
+ websocket-driver (~> 0.6.1)
23
+ actionmailer (5.0.0)
24
+ actionpack (= 5.0.0)
25
+ actionview (= 5.0.0)
26
+ activejob (= 5.0.0)
23
27
  mail (~> 2.5, >= 2.5.4)
24
- rails-dom-testing (~> 1.0, >= 1.0.5)
25
- actionpack (4.2.6)
26
- actionview (= 4.2.6)
27
- activesupport (= 4.2.6)
28
- rack (~> 1.6)
29
- rack-test (~> 0.6.2)
30
- rails-dom-testing (~> 1.0, >= 1.0.5)
28
+ rails-dom-testing (~> 2.0)
29
+ actionpack (5.0.0)
30
+ actionview (= 5.0.0)
31
+ activesupport (= 5.0.0)
32
+ rack (~> 2.0)
33
+ rack-test (~> 0.6.3)
34
+ rails-dom-testing (~> 2.0)
31
35
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
32
- actionview (4.2.6)
33
- activesupport (= 4.2.6)
36
+ actionview (5.0.0)
37
+ activesupport (= 5.0.0)
34
38
  builder (~> 3.1)
35
39
  erubis (~> 2.7.0)
36
- rails-dom-testing (~> 1.0, >= 1.0.5)
40
+ rails-dom-testing (~> 2.0)
37
41
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
38
- activejob (4.2.6)
39
- activesupport (= 4.2.6)
40
- globalid (>= 0.3.0)
41
- activemodel (4.2.6)
42
- activesupport (= 4.2.6)
43
- builder (~> 3.1)
44
- activerecord (4.2.6)
45
- activemodel (= 4.2.6)
46
- activesupport (= 4.2.6)
47
- arel (~> 6.0)
48
- activesupport (4.2.6)
42
+ activejob (5.0.0)
43
+ activesupport (= 5.0.0)
44
+ globalid (>= 0.3.6)
45
+ activemodel (5.0.0)
46
+ activesupport (= 5.0.0)
47
+ activerecord (5.0.0)
48
+ activemodel (= 5.0.0)
49
+ activesupport (= 5.0.0)
50
+ arel (~> 7.0)
51
+ activesupport (5.0.0)
52
+ concurrent-ruby (~> 1.0, >= 1.0.2)
49
53
  i18n (~> 0.7)
50
- json (~> 1.7, >= 1.7.7)
51
54
  minitest (~> 5.1)
52
- thread_safe (~> 0.3, >= 0.3.4)
53
55
  tzinfo (~> 1.1)
54
56
  addressable (2.4.0)
55
- arel (6.0.3)
57
+ arel (7.0.0)
56
58
  builder (3.2.2)
57
- coffee-rails (4.1.1)
59
+ coffee-rails (4.2.1)
58
60
  coffee-script (>= 2.2.0)
59
- railties (>= 4.0.0, < 5.1.x)
61
+ railties (>= 4.0.0, < 5.2.x)
60
62
  coffee-script (2.4.1)
61
63
  coffee-script-source
62
64
  execjs
@@ -72,68 +74,74 @@ GEM
72
74
  rails-dom-testing (>= 1, < 3)
73
75
  railties (>= 4.2.0)
74
76
  thor (>= 0.14, < 2.0)
75
- json (1.8.3)
76
- kaminari (0.16.3)
77
+ kaminari (0.17.0)
77
78
  actionpack (>= 3.0.0)
78
79
  activesupport (>= 3.0.0)
79
80
  loofah (2.0.3)
80
81
  nokogiri (>= 1.5.9)
81
82
  mail (2.6.4)
82
83
  mime-types (>= 1.16, < 4)
84
+ method_source (0.8.2)
83
85
  mime-types (3.1)
84
86
  mime-types-data (~> 3.2015)
85
87
  mime-types-data (3.2016.0521)
86
- mini_portile2 (2.0.0)
88
+ mini_portile2 (2.1.0)
87
89
  minitest (5.9.0)
88
- nokogiri (1.6.7.2)
89
- mini_portile2 (~> 2.0.0.rc2)
90
- rack (1.6.4)
90
+ nio4r (1.2.1)
91
+ nokogiri (1.6.8)
92
+ mini_portile2 (~> 2.1.0)
93
+ pkg-config (~> 1.1.7)
94
+ pkg-config (1.1.7)
95
+ rack (2.0.1)
91
96
  rack-test (0.6.3)
92
97
  rack (>= 1.0)
93
- rails (4.2.6)
94
- actionmailer (= 4.2.6)
95
- actionpack (= 4.2.6)
96
- actionview (= 4.2.6)
97
- activejob (= 4.2.6)
98
- activemodel (= 4.2.6)
99
- activerecord (= 4.2.6)
100
- activesupport (= 4.2.6)
98
+ rails (5.0.0)
99
+ actioncable (= 5.0.0)
100
+ actionmailer (= 5.0.0)
101
+ actionpack (= 5.0.0)
102
+ actionview (= 5.0.0)
103
+ activejob (= 5.0.0)
104
+ activemodel (= 5.0.0)
105
+ activerecord (= 5.0.0)
106
+ activesupport (= 5.0.0)
101
107
  bundler (>= 1.3.0, < 2.0)
102
- railties (= 4.2.6)
103
- sprockets-rails
104
- rails-deprecated_sanitizer (1.0.3)
105
- activesupport (>= 4.2.0.alpha)
106
- rails-dom-testing (1.0.7)
107
- activesupport (>= 4.2.0.beta, < 5.0)
108
+ railties (= 5.0.0)
109
+ sprockets-rails (>= 2.0.0)
110
+ rails-dom-testing (2.0.1)
111
+ activesupport (>= 4.2.0, < 6.0)
108
112
  nokogiri (~> 1.6.0)
109
- rails-deprecated_sanitizer (>= 1.0.1)
110
113
  rails-html-sanitizer (1.0.3)
111
114
  loofah (~> 2.0)
112
- railties (4.2.6)
113
- actionpack (= 4.2.6)
114
- activesupport (= 4.2.6)
115
+ railties (5.0.0)
116
+ actionpack (= 5.0.0)
117
+ activesupport (= 5.0.0)
118
+ method_source
115
119
  rake (>= 0.8.7)
116
120
  thor (>= 0.18.1, < 2.0)
117
- rake (11.1.2)
121
+ rake (11.2.2)
118
122
  smart_excerpt (0.1.5)
119
123
  activesupport
120
124
  htmlentities
121
- sprockets (3.6.0)
125
+ sprockets (3.6.3)
122
126
  concurrent-ruby (~> 1.0)
123
127
  rack (> 1, < 3)
124
- sprockets-rails (3.0.4)
128
+ sprockets-rails (3.1.1)
125
129
  actionpack (>= 4.0)
126
130
  activesupport (>= 4.0)
127
131
  sprockets (>= 3.0.0)
128
132
  stringex (2.6.0)
129
133
  thor (0.19.1)
130
134
  thread_safe (0.3.5)
131
- turbolinks (2.5.3)
132
- coffee-rails
135
+ turbolinks (5.0.0)
136
+ turbolinks-source (~> 5)
137
+ turbolinks-source (5.0.0)
133
138
  tzinfo (1.2.2)
134
139
  thread_safe (~> 0.1)
135
140
  validates_email_format_of (1.6.3)
136
141
  i18n
142
+ websocket-driver (0.6.4)
143
+ websocket-extensions (>= 0.1.0)
144
+ websocket-extensions (0.1.2)
137
145
 
138
146
  PLATFORMS
139
147
  ruby
@@ -1,3 +1,3 @@
1
1
  module RocketCMS
2
- VERSION = "0.12.2"
2
+ VERSION = "0.12.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rocket_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.2
4
+ version: 0.12.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - glebtv
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-30 00:00:00.000000000 Z
11
+ date: 2016-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler