roroacms 0.0.8.6.1 → 0.0.8.6.2

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: 8f132739d89182204e2179f9289314930a47c480
4
- data.tar.gz: 2a54cbffa825b6db03a584aacaf4e5d7632338a7
3
+ metadata.gz: 12aff85237507727fdaa644015bcc05d0c2cb73a
4
+ data.tar.gz: 474484fd3b9965532b5a1abfffc9d78e1c176b0b
5
5
  SHA512:
6
- metadata.gz: 4fdba94ee3efe7bb27e87b695ac4fac9dee102bb834283cc38a10bbfcabad9b62cfd80c014da2093837f87b9d16ef94c5453f8187ae73abacaee2d61d8763a9f
7
- data.tar.gz: 327351f88ea0be65fb145f046b3fcdfdda7f6225d090ed88428659cf0d9bae6f4947e56501f863739100370a2c49ab89f0724e57abdb10182ae867d653e70b34
6
+ metadata.gz: 862f34e9c8ec15a0db509be3cb06a95ea866e79e8b3342cd174d056c7cd71948a9937886226de38d723f649e15cb4fb29e159039a14348dbcd7651398decdb63
7
+ data.tar.gz: b6a0291ec6817baf0a80d103c38e661fb70411aefff60a91d10e114dfd844262ef4c331ddc304362ec3970a792370d139f4b65695c35e663eafe74fc8ae84e0a
data/.gitignore CHANGED
@@ -17,4 +17,5 @@ capybara-*.html
17
17
  /public/*
18
18
  .project
19
19
  *.gem
20
+ *.gemspec
20
21
  .DS_Store
data/Gemfile.lock CHANGED
@@ -1,17 +1,16 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- roroacms (0.0.7.8)
4
+ roroacms (0.0.8.6.2)
5
5
  ancestry
6
6
  aws-sdk
7
7
  coffee-rails (~> 4.0.0)
8
8
  devise
9
9
  diffy
10
- i18n (>= 0.6.11)
11
10
  jquery-rails
12
11
  kaminari
13
12
  pg
14
- rails (>= 4.1.4, < 5.0)
13
+ rails (~> 4.1.4)
15
14
  redcarpet
16
15
  sass-rails (~> 4.0.3)
17
16
  twitter-bootstrap-rails
@@ -19,27 +18,27 @@ PATH
19
18
  GEM
20
19
  remote: https://rubygems.org/
21
20
  specs:
22
- actionmailer (4.1.6)
23
- actionpack (= 4.1.6)
24
- actionview (= 4.1.6)
25
- mail (~> 2.5, >= 2.5.4)
26
- actionpack (4.1.6)
27
- actionview (= 4.1.6)
28
- activesupport (= 4.1.6)
21
+ actionmailer (4.1.4)
22
+ actionpack (= 4.1.4)
23
+ actionview (= 4.1.4)
24
+ mail (~> 2.5.4)
25
+ actionpack (4.1.4)
26
+ actionview (= 4.1.4)
27
+ activesupport (= 4.1.4)
29
28
  rack (~> 1.5.2)
30
29
  rack-test (~> 0.6.2)
31
- actionview (4.1.6)
32
- activesupport (= 4.1.6)
30
+ actionview (4.1.4)
31
+ activesupport (= 4.1.4)
33
32
  builder (~> 3.1)
34
33
  erubis (~> 2.7.0)
35
- activemodel (4.1.6)
36
- activesupport (= 4.1.6)
34
+ activemodel (4.1.4)
35
+ activesupport (= 4.1.4)
37
36
  builder (~> 3.1)
38
- activerecord (4.1.6)
39
- activemodel (= 4.1.6)
40
- activesupport (= 4.1.6)
37
+ activerecord (4.1.4)
38
+ activemodel (= 4.1.4)
39
+ activesupport (= 4.1.4)
41
40
  arel (~> 5.0.0)
42
- activesupport (4.1.6)
41
+ activesupport (4.1.4)
43
42
  i18n (~> 0.6, >= 0.6.9)
44
43
  json (~> 1.7, >= 1.7.7)
45
44
  minitest (~> 5.1)
@@ -56,14 +55,14 @@ GEM
56
55
  nokogiri (>= 1.4.4)
57
56
  bcrypt (3.1.7)
58
57
  builder (3.2.2)
59
- capybara (2.4.3)
58
+ capybara (2.4.1)
60
59
  mime-types (>= 1.16)
61
60
  nokogiri (>= 1.3.3)
62
61
  rack (>= 1.0.0)
63
62
  rack-test (>= 0.5.4)
64
63
  xpath (~> 2.0)
65
- celluloid (0.16.0)
66
- timers (~> 4.0.0)
64
+ celluloid (0.15.2)
65
+ timers (~> 1.1.0)
67
66
  coderay (1.1.0)
68
67
  coffee-rails (4.0.1)
69
68
  coffee-script (>= 2.2.0)
@@ -87,9 +86,9 @@ GEM
87
86
  factory_girl_rails (4.4.1)
88
87
  factory_girl (~> 4.4.0)
89
88
  railties (>= 3.0.0)
90
- faker (1.4.3)
89
+ faker (1.4.2)
91
90
  i18n (~> 0.5)
92
- ffi (1.9.5)
91
+ ffi (1.9.3)
93
92
  formatador (0.2.5)
94
93
  guard (2.6.1)
95
94
  formatador (>= 0.2.4)
@@ -101,7 +100,6 @@ GEM
101
100
  guard (~> 2.1)
102
101
  rspec (>= 2.14, < 4.0)
103
102
  hike (1.2.3)
104
- hitimes (1.2.2)
105
103
  i18n (0.6.11)
106
104
  jquery-rails (3.1.2)
107
105
  railties (>= 3.0, < 5.0)
@@ -112,42 +110,44 @@ GEM
112
110
  activesupport (>= 3.0.0)
113
111
  launchy (2.4.2)
114
112
  addressable (~> 2.3)
115
- listen (2.7.11)
113
+ listen (2.7.9)
116
114
  celluloid (>= 0.15.2)
117
115
  rb-fsevent (>= 0.9.3)
118
116
  rb-inotify (>= 0.9)
119
117
  lumberjack (1.0.9)
120
- mail (2.6.1)
121
- mime-types (>= 1.16, < 3)
118
+ mail (2.5.4)
119
+ mime-types (~> 1.16)
120
+ treetop (~> 1.4.8)
122
121
  method_source (0.8.2)
123
- mime-types (2.3)
122
+ mime-types (1.25.1)
124
123
  mini_portile (0.6.0)
125
- minitest (5.4.2)
124
+ minitest (5.4.0)
126
125
  multi_json (1.10.1)
127
126
  nokogiri (1.6.3.1)
128
127
  mini_portile (= 0.6.0)
129
128
  orm_adapter (0.5.0)
130
129
  pg (0.17.1)
131
- pry (0.10.1)
130
+ polyglot (0.3.5)
131
+ pry (0.10.0)
132
132
  coderay (~> 1.1.0)
133
133
  method_source (~> 0.8.1)
134
134
  slop (~> 3.4)
135
135
  rack (1.5.2)
136
136
  rack-test (0.6.2)
137
137
  rack (>= 1.0)
138
- rails (4.1.6)
139
- actionmailer (= 4.1.6)
140
- actionpack (= 4.1.6)
141
- actionview (= 4.1.6)
142
- activemodel (= 4.1.6)
143
- activerecord (= 4.1.6)
144
- activesupport (= 4.1.6)
138
+ rails (4.1.4)
139
+ actionmailer (= 4.1.4)
140
+ actionpack (= 4.1.4)
141
+ actionview (= 4.1.4)
142
+ activemodel (= 4.1.4)
143
+ activerecord (= 4.1.4)
144
+ activesupport (= 4.1.4)
145
145
  bundler (>= 1.3.0, < 2.0)
146
- railties (= 4.1.6)
146
+ railties (= 4.1.4)
147
147
  sprockets-rails (~> 2.0)
148
- railties (4.1.6)
149
- actionpack (= 4.1.6)
150
- activesupport (= 4.1.6)
148
+ railties (4.1.4)
149
+ actionpack (= 4.1.4)
150
+ activesupport (= 4.1.4)
151
151
  rake (>= 0.8.7)
152
152
  thor (>= 0.18.1, < 2.0)
153
153
  rake (10.3.2)
@@ -155,26 +155,26 @@ GEM
155
155
  rb-inotify (0.9.5)
156
156
  ffi (>= 0.5.0)
157
157
  redcarpet (3.1.2)
158
- rspec (3.1.0)
159
- rspec-core (~> 3.1.0)
160
- rspec-expectations (~> 3.1.0)
161
- rspec-mocks (~> 3.1.0)
162
- rspec-core (3.1.5)
163
- rspec-support (~> 3.1.0)
164
- rspec-expectations (3.1.2)
158
+ rspec (3.0.0)
159
+ rspec-core (~> 3.0.0)
160
+ rspec-expectations (~> 3.0.0)
161
+ rspec-mocks (~> 3.0.0)
162
+ rspec-core (3.0.3)
163
+ rspec-support (~> 3.0.0)
164
+ rspec-expectations (3.0.3)
165
165
  diff-lcs (>= 1.2.0, < 2.0)
166
- rspec-support (~> 3.1.0)
167
- rspec-mocks (3.1.2)
168
- rspec-support (~> 3.1.0)
169
- rspec-rails (3.1.0)
166
+ rspec-support (~> 3.0.0)
167
+ rspec-mocks (3.0.3)
168
+ rspec-support (~> 3.0.0)
169
+ rspec-rails (3.0.2)
170
170
  actionpack (>= 3.0)
171
171
  activesupport (>= 3.0)
172
172
  railties (>= 3.0)
173
- rspec-core (~> 3.1.0)
174
- rspec-expectations (~> 3.1.0)
175
- rspec-mocks (~> 3.1.0)
176
- rspec-support (~> 3.1.0)
177
- rspec-support (3.1.1)
173
+ rspec-core (~> 3.0.0)
174
+ rspec-expectations (~> 3.0.0)
175
+ rspec-mocks (~> 3.0.0)
176
+ rspec-support (~> 3.0.0)
177
+ rspec-support (3.0.3)
178
178
  sass (3.2.19)
179
179
  sass-rails (4.0.3)
180
180
  railties (>= 4.0.0, < 5.0)
@@ -194,14 +194,16 @@ GEM
194
194
  thor (0.19.1)
195
195
  thread_safe (0.3.4)
196
196
  tilt (1.4.1)
197
- timers (4.0.1)
198
- hitimes
197
+ timers (1.1.0)
198
+ treetop (1.4.15)
199
+ polyglot
200
+ polyglot (>= 0.3.1)
199
201
  twitter-bootstrap-rails (3.2.0)
200
202
  actionpack (~> 4.1)
201
203
  execjs (~> 2.2)
202
204
  rails (~> 4.1)
203
205
  railties (~> 4.1)
204
- tzinfo (1.2.2)
206
+ tzinfo (1.2.1)
205
207
  thread_safe (~> 0.1)
206
208
  warden (1.2.3)
207
209
  rack (>= 1.0)
@@ -9,6 +9,7 @@ require 'redcarpet'
9
9
  require 'twitter-bootstrap-rails'
10
10
  require 'pg'
11
11
 
12
+
12
13
  module Roroacms
13
14
 
14
15
  class << self
@@ -1,3 +1,3 @@
1
1
  module Roroacms
2
- VERSION = "0.0.8.6.1"
2
+ VERSION = "0.0.8.6.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roroacms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8.6.1
4
+ version: 0.0.8.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Fletcher
@@ -136,20 +136,6 @@ dependencies:
136
136
  - - ">="
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
- - !ruby/object:Gem::Dependency
140
- name: i18n
141
- requirement: !ruby/object:Gem::Requirement
142
- requirements:
143
- - - ">="
144
- - !ruby/object:Gem::Version
145
- version: 0.6.11
146
- type: :runtime
147
- prerelease: false
148
- version_requirements: !ruby/object:Gem::Requirement
149
- requirements:
150
- - - ">="
151
- - !ruby/object:Gem::Version
152
- version: 0.6.11
153
139
  - !ruby/object:Gem::Dependency
154
140
  name: redcarpet
155
141
  requirement: !ruby/object:Gem::Requirement
@@ -294,8 +280,7 @@ description: A full Ruby On Rails CMS engine that is built soley for the purpose
294
280
  extensibility
295
281
  email:
296
282
  - info@roroacms.co.uk
297
- executables:
298
- - rails
283
+ executables: []
299
284
  extensions: []
300
285
  extra_rdoc_files: []
301
286
  files: