brightcontent-attachments 2.0.31 → 2.0.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. metadata +4 -5
  3. data/Gemfile.lock +0 -177
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20b773abba031de358fb651af0d54296f1e644ce
4
- data.tar.gz: a61a6f0ca190e0259f14ebfe3417109214706f24
3
+ metadata.gz: 31453eae643abc77863b353258667588ca9cbfb8
4
+ data.tar.gz: 61d12130d8c1db3cec30990c81b5bb784437097e
5
5
  SHA512:
6
- metadata.gz: ba10f3facc9a442662496b7a187b4ac6f2ab7b411b03fb7771fd5d37c7cde72a8915b6f48ca1560b06f4b59a566765d91f85b27fe81b7768bfaf0f3e0e532ca1
7
- data.tar.gz: b6b452228f0d66e113d268dbfccfa90044e805eb47707e24cb719bb7be4a436f8aacd5ea7b0a4ad86da2ad5175829961fe4c86e587b06901fcb7d31b4bd56b47
6
+ metadata.gz: 011ccfec559cfbf7d72d9f7f61b82ef56cffd5a84d136882a98889538615f37ec3a0ca91aff53b1bb08f3ae95092015400c6b02f8dd322570f41840f4bc0dc2a
7
+ data.tar.gz: 714478bfc864a6842b5ec97e892cc3596e2697e32cd6ad98eeef9cf999f10f1552ea1b42f5425a0d652e9b14f65564e03266522cd94af79bf3c9f7cd3cbcad66
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightcontent-attachments
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.31
4
+ version: 2.0.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Developers at Brightin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-20 00:00:00.000000000 Z
11
+ date: 2013-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: brightcontent-core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 2.0.31
19
+ version: 2.0.33
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 2.0.31
26
+ version: 2.0.33
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: paperclip
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -130,7 +130,6 @@ extra_rdoc_files: []
130
130
  files:
131
131
  - .gitignore
132
132
  - Gemfile
133
- - Gemfile.lock
134
133
  - README.md
135
134
  - Rakefile
136
135
  - app/assets/javascripts/brightcontent/.gitkeep
data/Gemfile.lock DELETED
@@ -1,177 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- brightcontent-attachments (2.0.31)
5
- brightcontent-core (= 2.0.31)
6
- jquery-fileupload-rails
7
- paperclip
8
-
9
- PATH
10
- remote: ../core
11
- specs:
12
- brightcontent-core (2.0.31)
13
- bcrypt-ruby (= 3.0.0)
14
- bootstrap-wysihtml5-rails
15
- has_scope
16
- inherited_resources
17
- jquery-rails
18
- rails (~> 3.2.13)
19
- simple_form
20
- strong_parameters
21
- will_paginate
22
-
23
- GEM
24
- remote: http://rubygems.org/
25
- specs:
26
- actionmailer (3.2.13)
27
- actionpack (= 3.2.13)
28
- mail (~> 2.5.3)
29
- actionpack (3.2.13)
30
- activemodel (= 3.2.13)
31
- activesupport (= 3.2.13)
32
- builder (~> 3.0.0)
33
- erubis (~> 2.7.0)
34
- journey (~> 1.0.4)
35
- rack (~> 1.4.5)
36
- rack-cache (~> 1.2)
37
- rack-test (~> 0.6.1)
38
- sprockets (~> 2.2.1)
39
- activemodel (3.2.13)
40
- activesupport (= 3.2.13)
41
- builder (~> 3.0.0)
42
- activerecord (3.2.13)
43
- activemodel (= 3.2.13)
44
- activesupport (= 3.2.13)
45
- arel (~> 3.0.2)
46
- tzinfo (~> 0.3.29)
47
- activeresource (3.2.13)
48
- activemodel (= 3.2.13)
49
- activesupport (= 3.2.13)
50
- activesupport (3.2.13)
51
- i18n (= 0.6.1)
52
- multi_json (~> 1.0)
53
- addressable (2.3.5)
54
- arel (3.0.2)
55
- bcrypt-ruby (3.0.0)
56
- bootstrap-wysihtml5-rails (0.3.1.20)
57
- railties (>= 3.0)
58
- builder (3.0.4)
59
- capybara (2.1.0)
60
- mime-types (>= 1.16)
61
- nokogiri (>= 1.3.3)
62
- rack (>= 1.0.0)
63
- rack-test (>= 0.5.4)
64
- xpath (~> 2.0)
65
- climate_control (0.0.3)
66
- activesupport (>= 3.0)
67
- cocaine (0.5.1)
68
- climate_control (>= 0.0.3, < 1.0)
69
- diff-lcs (1.2.4)
70
- erubis (2.7.0)
71
- factory_girl (4.2.0)
72
- activesupport (>= 3.0.0)
73
- factory_girl_rails (4.2.1)
74
- factory_girl (~> 4.2.0)
75
- railties (>= 3.0.0)
76
- has_scope (0.5.1)
77
- hike (1.2.3)
78
- i18n (0.6.1)
79
- inherited_resources (1.4.0)
80
- has_scope (~> 0.5.0)
81
- responders (~> 0.9)
82
- journey (1.0.4)
83
- jquery-fileupload-rails (0.4.1)
84
- actionpack (>= 3.1)
85
- railties (>= 3.1)
86
- jquery-rails (3.0.4)
87
- railties (>= 3.0, < 5.0)
88
- thor (>= 0.14, < 2.0)
89
- json (1.8.0)
90
- launchy (2.3.0)
91
- addressable (~> 2.3)
92
- mail (2.5.4)
93
- mime-types (~> 1.16)
94
- treetop (~> 1.4.8)
95
- mime-types (1.23)
96
- mini_portile (0.5.1)
97
- multi_json (1.7.7)
98
- nokogiri (1.6.0)
99
- mini_portile (~> 0.5.0)
100
- paperclip (3.5.0)
101
- activemodel (>= 3.0.0)
102
- activesupport (>= 3.0.0)
103
- cocaine (~> 0.5.0)
104
- mime-types
105
- polyglot (0.3.3)
106
- rack (1.4.5)
107
- rack-cache (1.2)
108
- rack (>= 0.4)
109
- rack-ssl (1.3.3)
110
- rack
111
- rack-test (0.6.2)
112
- rack (>= 1.0)
113
- rails (3.2.13)
114
- actionmailer (= 3.2.13)
115
- actionpack (= 3.2.13)
116
- activerecord (= 3.2.13)
117
- activeresource (= 3.2.13)
118
- activesupport (= 3.2.13)
119
- bundler (~> 1.0)
120
- railties (= 3.2.13)
121
- railties (3.2.13)
122
- actionpack (= 3.2.13)
123
- activesupport (= 3.2.13)
124
- rack-ssl (~> 1.3.2)
125
- rake (>= 0.8.7)
126
- rdoc (~> 3.4)
127
- thor (>= 0.14.6, < 2.0)
128
- rake (10.1.0)
129
- rdoc (3.12.2)
130
- json (~> 1.4)
131
- responders (0.9.3)
132
- railties (~> 3.1)
133
- rspec-core (2.14.3)
134
- rspec-expectations (2.14.0)
135
- diff-lcs (>= 1.1.3, < 2.0)
136
- rspec-mocks (2.14.1)
137
- rspec-rails (2.14.0)
138
- actionpack (>= 3.0)
139
- activesupport (>= 3.0)
140
- railties (>= 3.0)
141
- rspec-core (~> 2.14.0)
142
- rspec-expectations (~> 2.14.0)
143
- rspec-mocks (~> 2.14.0)
144
- simple_form (2.1.0)
145
- actionpack (~> 3.0)
146
- activemodel (~> 3.0)
147
- sprockets (2.2.2)
148
- hike (~> 1.2)
149
- multi_json (~> 1.0)
150
- rack (~> 1.0)
151
- tilt (~> 1.1, != 1.3.0)
152
- sqlite3 (1.3.7)
153
- strong_parameters (0.2.1)
154
- actionpack (~> 3.0)
155
- activemodel (~> 3.0)
156
- railties (~> 3.0)
157
- thor (0.18.1)
158
- tilt (1.4.1)
159
- treetop (1.4.14)
160
- polyglot
161
- polyglot (>= 0.3.1)
162
- tzinfo (0.3.37)
163
- will_paginate (3.0.4)
164
- xpath (2.0.0)
165
- nokogiri (~> 1.3)
166
-
167
- PLATFORMS
168
- ruby
169
-
170
- DEPENDENCIES
171
- brightcontent-attachments!
172
- brightcontent-core!
173
- capybara
174
- factory_girl_rails
175
- launchy
176
- rspec-rails
177
- sqlite3