brightcontent-attachments 2.0.26 → 2.0.27
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +11 -8
- metadata +5 -5
data/Gemfile.lock
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
brightcontent-attachments (2.0.
|
5
|
-
brightcontent-core (= 2.0.
|
4
|
+
brightcontent-attachments (2.0.27)
|
5
|
+
brightcontent-core (= 2.0.27)
|
6
6
|
jquery-fileupload-rails
|
7
7
|
paperclip
|
8
8
|
|
9
9
|
PATH
|
10
10
|
remote: ../core
|
11
11
|
specs:
|
12
|
-
brightcontent-core (2.0.
|
12
|
+
brightcontent-core (2.0.27)
|
13
13
|
bcrypt-ruby
|
14
14
|
bootstrap-wysihtml5-rails
|
15
15
|
has_scope
|
@@ -65,7 +65,10 @@ GEM
|
|
65
65
|
xpath (~> 1.0.0)
|
66
66
|
childprocess (0.3.6)
|
67
67
|
ffi (~> 1.0, >= 1.0.6)
|
68
|
-
|
68
|
+
climate_control (0.0.3)
|
69
|
+
activesupport (>= 3.0)
|
70
|
+
cocaine (0.5.1)
|
71
|
+
climate_control (>= 0.0.3, < 1.0)
|
69
72
|
diff-lcs (1.1.3)
|
70
73
|
erubis (2.7.0)
|
71
74
|
factory_girl (4.1.0)
|
@@ -81,7 +84,7 @@ GEM
|
|
81
84
|
has_scope (~> 0.5.0)
|
82
85
|
responders (~> 0.6)
|
83
86
|
journey (1.0.4)
|
84
|
-
jquery-fileupload-rails (0.4.
|
87
|
+
jquery-fileupload-rails (0.4.1)
|
85
88
|
actionpack (>= 3.1)
|
86
89
|
railties (>= 3.1)
|
87
90
|
jquery-rails (2.2.1)
|
@@ -100,11 +103,11 @@ GEM
|
|
100
103
|
mime-types (1.19)
|
101
104
|
multi_json (1.5.0)
|
102
105
|
nokogiri (1.5.6)
|
103
|
-
paperclip (3.4.
|
106
|
+
paperclip (3.4.1)
|
104
107
|
activemodel (>= 3.0.0)
|
105
108
|
activerecord (>= 3.0.0)
|
106
109
|
activesupport (>= 3.0.0)
|
107
|
-
cocaine (~> 0.
|
110
|
+
cocaine (~> 0.5.0)
|
108
111
|
mime-types
|
109
112
|
polyglot (0.3.3)
|
110
113
|
rack (1.4.1)
|
@@ -169,7 +172,7 @@ GEM
|
|
169
172
|
treetop (1.4.12)
|
170
173
|
polyglot
|
171
174
|
polyglot (>= 0.3.1)
|
172
|
-
tzinfo (0.3.
|
175
|
+
tzinfo (0.3.37)
|
173
176
|
websocket (1.0.6)
|
174
177
|
will_paginate (3.0.4)
|
175
178
|
xpath (1.0.0)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brightcontent-attachments
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.27
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - '='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 2.0.
|
21
|
+
version: 2.0.27
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - '='
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 2.0.
|
29
|
+
version: 2.0.27
|
30
30
|
- !ruby/object:Gem::Dependency
|
31
31
|
name: paperclip
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
@@ -238,7 +238,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
238
238
|
version: '0'
|
239
239
|
segments:
|
240
240
|
- 0
|
241
|
-
hash: -
|
241
|
+
hash: -690571115777193222
|
242
242
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
243
243
|
none: false
|
244
244
|
requirements:
|
@@ -247,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
247
247
|
version: '0'
|
248
248
|
segments:
|
249
249
|
- 0
|
250
|
-
hash: -
|
250
|
+
hash: -690571115777193222
|
251
251
|
requirements: []
|
252
252
|
rubyforge_project:
|
253
253
|
rubygems_version: 1.8.24
|