Commit ef31fece8c66eedc41d083fc47b242a3d3149c61
1 parent
f8396db0
Exists in
update_noosfero_deps
Updated to noosfero-1.2~rc0
Showing
44 changed files
with
75 additions
and
55 deletions
Show diff stats
Gemfile
... | ... | @@ -20,13 +20,17 @@ gem 'locale', '~> 2.0.5' |
20 | 20 | gem 'whenever', :require => false |
21 | 21 | gem 'eita-jrails', '>= 0.9.5', :require => 'jrails' |
22 | 22 | |
23 | +# asset pipeline | |
24 | +gem 'uglifier', '>= 1.0.3' | |
25 | +gem 'sass-rails' | |
26 | + | |
23 | 27 | group :production do |
24 | 28 | gem 'dalli', '~> 2.7.0' |
25 | 29 | end |
26 | 30 | |
27 | 31 | group :test do |
28 | - gem 'rspec', '~> 2.10.0' | |
29 | - gem 'rspec-rails', '~> 2.10.1' | |
32 | + gem 'rspec', '~> 2.14.0' | |
33 | + gem 'rspec-rails', '~> 2.14.1' | |
30 | 34 | gem 'mocha', '~> 1.1.0', :require => false |
31 | 35 | end |
32 | 36 | ... | ... |
Gemfile.lock
... | ... | @@ -2,12 +2,12 @@ GEM |
2 | 2 | remote: https://rubygems.org/ |
3 | 3 | specs: |
4 | 4 | RedCloth (4.2.9) |
5 | - actionmailer (3.2.21) | |
6 | - actionpack (= 3.2.21) | |
5 | + actionmailer (3.2.22) | |
6 | + actionpack (= 3.2.22) | |
7 | 7 | mail (~> 2.5.4) |
8 | - actionpack (3.2.21) | |
9 | - activemodel (= 3.2.21) | |
10 | - activesupport (= 3.2.21) | |
8 | + actionpack (3.2.22) | |
9 | + activemodel (= 3.2.22) | |
10 | + activesupport (= 3.2.22) | |
11 | 11 | builder (~> 3.0.0) |
12 | 12 | erubis (~> 2.7.0) |
13 | 13 | journey (~> 1.0.4) |
... | ... | @@ -15,18 +15,18 @@ GEM |
15 | 15 | rack-cache (~> 1.2) |
16 | 16 | rack-test (~> 0.6.1) |
17 | 17 | sprockets (~> 2.2.1) |
18 | - activemodel (3.2.21) | |
19 | - activesupport (= 3.2.21) | |
18 | + activemodel (3.2.22) | |
19 | + activesupport (= 3.2.22) | |
20 | 20 | builder (~> 3.0.0) |
21 | - activerecord (3.2.21) | |
22 | - activemodel (= 3.2.21) | |
23 | - activesupport (= 3.2.21) | |
21 | + activerecord (3.2.22) | |
22 | + activemodel (= 3.2.22) | |
23 | + activesupport (= 3.2.22) | |
24 | 24 | arel (~> 3.0.2) |
25 | 25 | tzinfo (~> 0.3.29) |
26 | - activeresource (3.2.21) | |
27 | - activemodel (= 3.2.21) | |
28 | - activesupport (= 3.2.21) | |
29 | - activesupport (3.2.21) | |
26 | + activeresource (3.2.22) | |
27 | + activemodel (= 3.2.22) | |
28 | + activesupport (= 3.2.22) | |
29 | + activesupport (3.2.22) | |
30 | 30 | i18n (~> 0.6, >= 0.6.4) |
31 | 31 | multi_json (~> 1.0) |
32 | 32 | acts-as-taggable-on (3.4.4) |
... | ... | @@ -39,7 +39,7 @@ GEM |
39 | 39 | rack (>= 1.0.0) |
40 | 40 | rack-test (>= 0.5.4) |
41 | 41 | xpath (~> 2.0) |
42 | - childprocess (0.5.5) | |
42 | + childprocess (0.5.6) | |
43 | 43 | ffi (~> 1.0, >= 1.0.11) |
44 | 44 | chronic (0.10.2) |
45 | 45 | cucumber (1.0.6) |
... | ... | @@ -53,19 +53,20 @@ GEM |
53 | 53 | cucumber (>= 1.0.6) |
54 | 54 | nokogiri (>= 1.5.0) |
55 | 55 | daemons (1.1.9) |
56 | - dalli (2.7.2) | |
56 | + dalli (2.7.4) | |
57 | 57 | database_cleaner (1.2.0) |
58 | - diff-lcs (1.1.3) | |
59 | - eita-jrails (0.9.5) | |
60 | - actionpack (~> 3.2, >= 3.1.0) | |
61 | - activesupport (~> 3.2, >= 3.0.0) | |
58 | + diff-lcs (1.2.5) | |
59 | + eita-jrails (0.9.8) | |
60 | + actionpack (>= 3.1.0) | |
61 | + activesupport (>= 3.0.0) | |
62 | 62 | erubis (2.7.0) |
63 | 63 | eventmachine (1.0.7) |
64 | 64 | exception_notification (4.0.1) |
65 | 65 | actionmailer (>= 3.0.4) |
66 | 66 | activesupport (>= 3.0.4) |
67 | + execjs (2.5.2) | |
67 | 68 | fast_gettext (0.6.12) |
68 | - ffi (1.9.6) | |
69 | + ffi (1.9.8) | |
69 | 70 | gettext (2.2.1) |
70 | 71 | locale |
71 | 72 | gherkin (2.4.21) |
... | ... | @@ -73,9 +74,9 @@ GEM |
73 | 74 | hike (1.2.3) |
74 | 75 | i18n (0.7.0) |
75 | 76 | journey (1.0.4) |
76 | - json (1.8.2) | |
77 | + json (1.8.3) | |
77 | 78 | locale (2.0.9) |
78 | - magic (0.2.8) | |
79 | + magic (0.2.9) | |
79 | 80 | ffi (>= 0.6.3) |
80 | 81 | mail (2.5.4) |
81 | 82 | mime-types (~> 1.16) |
... | ... | @@ -85,30 +86,30 @@ GEM |
85 | 86 | minitest (3.2.0) |
86 | 87 | mocha (1.1.0) |
87 | 88 | metaclass (~> 0.0.1) |
88 | - multi_json (1.11.0) | |
89 | + multi_json (1.11.1) | |
89 | 90 | nokogiri (1.5.11) |
90 | 91 | pg (0.13.2) |
91 | 92 | polyglot (0.3.5) |
92 | - rack (1.4.5) | |
93 | + rack (1.4.6) | |
93 | 94 | rack-cache (1.2) |
94 | 95 | rack (>= 0.4) |
95 | 96 | rack-ssl (1.3.4) |
96 | 97 | rack |
97 | 98 | rack-test (0.6.3) |
98 | 99 | rack (>= 1.0) |
99 | - rails (3.2.21) | |
100 | - actionmailer (= 3.2.21) | |
101 | - actionpack (= 3.2.21) | |
102 | - activerecord (= 3.2.21) | |
103 | - activeresource (= 3.2.21) | |
104 | - activesupport (= 3.2.21) | |
100 | + rails (3.2.22) | |
101 | + actionmailer (= 3.2.22) | |
102 | + actionpack (= 3.2.22) | |
103 | + activerecord (= 3.2.22) | |
104 | + activeresource (= 3.2.22) | |
105 | + activesupport (= 3.2.22) | |
105 | 106 | bundler (~> 1.0) |
106 | - railties (= 3.2.21) | |
107 | + railties (= 3.2.22) | |
107 | 108 | rails_autolink (1.1.6) |
108 | 109 | rails (> 3.1) |
109 | - railties (3.2.21) | |
110 | - actionpack (= 3.2.21) | |
111 | - activesupport (= 3.2.21) | |
110 | + railties (3.2.22) | |
111 | + actionpack (= 3.2.22) | |
112 | + activesupport (= 3.2.22) | |
112 | 113 | rack-ssl (~> 1.3.2) |
113 | 114 | rake (>= 0.8.7) |
114 | 115 | rdoc (~> 3.4) |
... | ... | @@ -116,26 +117,33 @@ GEM |
116 | 117 | rake (10.4.2) |
117 | 118 | rdoc (3.12.2) |
118 | 119 | json (~> 1.4) |
119 | - rest-client (1.6.8) | |
120 | + rest-client (1.6.9) | |
120 | 121 | mime-types (~> 1.16) |
121 | - rdoc (>= 2.4.2) | |
122 | 122 | rmagick (2.13.4) |
123 | - rspec (2.10.0) | |
124 | - rspec-core (~> 2.10.0) | |
125 | - rspec-expectations (~> 2.10.0) | |
126 | - rspec-mocks (~> 2.10.0) | |
127 | - rspec-core (2.10.1) | |
128 | - rspec-expectations (2.10.0) | |
129 | - diff-lcs (~> 1.1.3) | |
130 | - rspec-mocks (2.10.1) | |
131 | - rspec-rails (2.10.1) | |
123 | + rspec (2.14.1) | |
124 | + rspec-core (~> 2.14.0) | |
125 | + rspec-expectations (~> 2.14.0) | |
126 | + rspec-mocks (~> 2.14.0) | |
127 | + rspec-core (2.14.8) | |
128 | + rspec-expectations (2.14.5) | |
129 | + diff-lcs (>= 1.1.3, < 2.0) | |
130 | + rspec-mocks (2.14.6) | |
131 | + rspec-rails (2.14.2) | |
132 | 132 | actionpack (>= 3.0) |
133 | + activemodel (>= 3.0) | |
133 | 134 | activesupport (>= 3.0) |
134 | 135 | railties (>= 3.0) |
135 | - rspec (~> 2.10.0) | |
136 | + rspec-core (~> 2.14.0) | |
137 | + rspec-expectations (~> 2.14.0) | |
138 | + rspec-mocks (~> 2.14.0) | |
136 | 139 | ruby-feedparser (0.9.3) |
137 | 140 | magic |
138 | 141 | rubyzip (1.1.7) |
142 | + sass (3.4.14) | |
143 | + sass-rails (3.2.6) | |
144 | + railties (~> 3.2.0) | |
145 | + sass (>= 3.1.10) | |
146 | + tilt (~> 1.3) | |
139 | 147 | selenium-webdriver (2.39.0) |
140 | 148 | childprocess (>= 0.2.5) |
141 | 149 | multi_json (~> 1.0) |
... | ... | @@ -146,7 +154,7 @@ GEM |
146 | 154 | multi_json (~> 1.0) |
147 | 155 | rack (~> 1.0) |
148 | 156 | tilt (~> 1.1, != 1.3.0) |
149 | - term-ansicolor (1.3.0) | |
157 | + term-ansicolor (1.3.1) | |
150 | 158 | tins (~> 1.0) |
151 | 159 | thin (1.3.1) |
152 | 160 | daemons (>= 1.0.9) |
... | ... | @@ -154,11 +162,14 @@ GEM |
154 | 162 | rack (>= 1.0.0) |
155 | 163 | thor (0.19.1) |
156 | 164 | tilt (1.4.1) |
157 | - tins (1.3.5) | |
165 | + tins (1.5.2) | |
158 | 166 | treetop (1.4.15) |
159 | 167 | polyglot |
160 | 168 | polyglot (>= 0.3.1) |
161 | - tzinfo (0.3.43) | |
169 | + tzinfo (0.3.44) | |
170 | + uglifier (2.7.1) | |
171 | + execjs (>= 0.3.0) | |
172 | + json (>= 1.8.0) | |
162 | 173 | websocket (1.0.7) |
163 | 174 | whenever (0.9.4) |
164 | 175 | chronic (>= 0.6.3) |
... | ... | @@ -192,10 +203,15 @@ DEPENDENCIES |
192 | 203 | rake |
193 | 204 | rest-client (~> 1.6.7) |
194 | 205 | rmagick (~> 2.13.1) |
195 | - rspec (~> 2.10.0) | |
196 | - rspec-rails (~> 2.10.1) | |
206 | + rspec (~> 2.14.0) | |
207 | + rspec-rails (~> 2.14.1) | |
197 | 208 | ruby-feedparser (~> 0.7) |
209 | + sass-rails | |
198 | 210 | selenium-webdriver (~> 2.39.0) |
199 | 211 | thin (~> 1.3.1) |
212 | + uglifier (>= 1.0.3) | |
200 | 213 | whenever |
201 | 214 | will_paginate (~> 3.0.3) |
215 | + | |
216 | +BUNDLED WITH | |
217 | + 1.10.4 | ... | ... |
Makefile
vendor/cache/actionmailer-3.2.21.gem
No preview for this file type
No preview for this file type
vendor/cache/actionpack-3.2.21.gem
No preview for this file type
No preview for this file type
vendor/cache/activemodel-3.2.21.gem
No preview for this file type
No preview for this file type
vendor/cache/activerecord-3.2.21.gem
No preview for this file type
No preview for this file type
vendor/cache/activeresource-3.2.21.gem
No preview for this file type
No preview for this file type
vendor/cache/activesupport-3.2.21.gem
No preview for this file type
No preview for this file type
vendor/cache/childprocess-0.5.5.gem
No preview for this file type
vendor/cache/dalli-2.7.2.gem
No preview for this file type
No preview for this file type
vendor/cache/diff-lcs-1.1.3.gem
No preview for this file type
vendor/cache/eita-jrails-0.9.5.gem
No preview for this file type
No preview for this file type
No preview for this file type
vendor/cache/ffi-1.9.6.gem
No preview for this file type
No preview for this file type
vendor/cache/json-1.8.2.gem
No preview for this file type
No preview for this file type
vendor/cache/magic-0.2.8.gem
No preview for this file type
No preview for this file type
vendor/cache/multi_json-1.11.0.gem
No preview for this file type
No preview for this file type
vendor/cache/rack-1.4.5.gem
No preview for this file type
No preview for this file type
vendor/cache/rails-3.2.21.gem
No preview for this file type
No preview for this file type
vendor/cache/railties-3.2.21.gem
No preview for this file type
No preview for this file type
vendor/cache/rest-client-1.6.8.gem
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
vendor/cache/term-ansicolor-1.3.0.gem
No preview for this file type
vendor/cache/tzinfo-0.3.43.gem
No preview for this file type
No preview for this file type
No preview for this file type