Skip to content

Commit 5bada66

Browse files
committed
Merge pull request unmantained-activeadmin-plugins#5 from matjack1/master
Dragonfly version 0.9.15
2 parents 005c2c5 + 3a4ff4f commit 5bada66

File tree

4 files changed

+134
-146
lines changed

4 files changed

+134
-146
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.bundle
2+
bin
3+

Gemfile

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1-
source "http://rubygems.org"
1+
source 'https://rubygems.org'
22

3-
# Declare your gem's dependencies in simple_form_fancy_uploads.gemspec.
4-
# Bundler will treat runtime dependencies like base dependencies, and
5-
# development dependencies will be added by default to the :development group.
63
gemspec
74

8-
group :development, :test do
9-
gem 'simplecov', require: false
10-
gem 'sqlite3'
11-
gem 'rspec-rails', '~> 2.8.1'
12-
gem 'webrat'
13-
end
5+
gem 'activeadmin', github: 'gregbell/active_admin', branch: 'master'
146

Gemfile.lock

Lines changed: 126 additions & 134 deletions
Original file line numberDiff line numberDiff line change
@@ -1,170 +1,162 @@
1+
GIT
2+
remote: git://github.com/gregbell/active_admin.git
3+
revision: f21cff30e7212706a39710e2c70ad0af8087ccea
4+
branch: master
5+
specs:
6+
activeadmin (1.0.0.pre)
7+
arbre (~> 1.0)
8+
bourbon
9+
coffee-rails
10+
devise (~> 3.2)
11+
formtastic (~> 2.3.0.rc2)
12+
inherited_resources (~> 1.3)
13+
jquery-rails
14+
jquery-ui-rails
15+
kaminari (~> 0.15)
16+
rails (>= 3.2, < 4.1)
17+
ransack (~> 1.0)
18+
sass-rails
19+
120
PATH
221
remote: .
322
specs:
423
activeadmin-dragonfly (0.0.2)
524
activeadmin
6-
dragonfly
25+
dragonfly (= 0.9.15)
726

827
GEM
9-
remote: http://rubygems.org/
28+
remote: https://rubygems.org/
1029
specs:
11-
actionmailer (3.2.1)
12-
actionpack (= 3.2.1)
13-
mail (~> 2.4.0)
14-
actionpack (3.2.1)
15-
activemodel (= 3.2.1)
16-
activesupport (= 3.2.1)
17-
builder (~> 3.0.0)
30+
actionmailer (4.0.2)
31+
actionpack (= 4.0.2)
32+
mail (~> 2.5.4)
33+
actionpack (4.0.2)
34+
activesupport (= 4.0.2)
35+
builder (~> 3.1.0)
1836
erubis (~> 2.7.0)
19-
journey (~> 1.0.1)
20-
rack (~> 1.4.0)
21-
rack-cache (~> 1.1)
22-
rack-test (~> 0.6.1)
23-
sprockets (~> 2.1.2)
24-
activeadmin (0.5.0)
25-
arbre (>= 1.0.1)
26-
bourbon (>= 1.0.0)
27-
devise (>= 1.1.2)
28-
fastercsv
29-
formtastic (>= 2.0.0)
30-
inherited_resources (>= 1.3.1)
31-
jquery-rails (>= 1.0.0)
32-
kaminari (>= 0.13.0)
33-
meta_search (>= 0.9.2)
34-
rails (>= 3.0.0)
35-
sass (>= 3.1.0)
36-
activemodel (3.2.1)
37-
activesupport (= 3.2.1)
38-
builder (~> 3.0.0)
39-
activerecord (3.2.1)
40-
activemodel (= 3.2.1)
41-
activesupport (= 3.2.1)
42-
arel (~> 3.0.0)
43-
tzinfo (~> 0.3.29)
44-
activeresource (3.2.1)
45-
activemodel (= 3.2.1)
46-
activesupport (= 3.2.1)
47-
activesupport (3.2.1)
48-
i18n (~> 0.6)
49-
multi_json (~> 1.0)
37+
rack (~> 1.5.2)
38+
rack-test (~> 0.6.2)
39+
activemodel (4.0.2)
40+
activesupport (= 4.0.2)
41+
builder (~> 3.1.0)
42+
activerecord (4.0.2)
43+
activemodel (= 4.0.2)
44+
activerecord-deprecated_finders (~> 1.0.2)
45+
activesupport (= 4.0.2)
46+
arel (~> 4.0.0)
47+
activerecord-deprecated_finders (1.0.3)
48+
activesupport (4.0.2)
49+
i18n (~> 0.6, >= 0.6.4)
50+
minitest (~> 4.2)
51+
multi_json (~> 1.3)
52+
thread_safe (~> 0.1)
53+
tzinfo (~> 0.3.37)
5054
arbre (1.0.1)
5155
activesupport (>= 3.0.0)
52-
arel (3.0.2)
53-
bcrypt-ruby (3.0.1)
54-
bourbon (2.1.1)
55-
sass (>= 3.1)
56-
builder (3.0.0)
57-
devise (2.1.2)
56+
arel (4.0.1)
57+
atomic (1.1.14)
58+
bcrypt-ruby (3.1.2)
59+
bourbon (3.1.8)
60+
sass (>= 3.2.0)
61+
thor
62+
builder (3.1.4)
63+
coffee-rails (4.0.1)
64+
coffee-script (>= 2.2.0)
65+
railties (>= 4.0.0, < 5.0)
66+
coffee-script (2.2.0)
67+
coffee-script-source
68+
execjs
69+
coffee-script-source (1.6.3)
70+
devise (3.2.2)
5871
bcrypt-ruby (~> 3.0)
5972
orm_adapter (~> 0.1)
60-
railties (~> 3.1)
61-
warden (~> 1.2.1)
62-
diff-lcs (1.1.3)
63-
dragonfly (0.9.12)
73+
railties (>= 3.2.6, < 5)
74+
thread_safe (~> 0.1)
75+
warden (~> 1.2.3)
76+
dragonfly (0.9.15)
77+
multi_json (~> 1.0)
6478
rack
6579
erubis (2.7.0)
66-
fastercsv (1.5.5)
67-
formtastic (2.2.1)
80+
execjs (2.0.2)
81+
formtastic (2.3.0.rc2)
6882
actionpack (>= 3.0)
69-
has_scope (0.5.1)
70-
hike (1.2.1)
71-
i18n (0.6.0)
72-
inherited_resources (1.3.1)
73-
has_scope (~> 0.5.0)
74-
responders (~> 0.6)
75-
journey (1.0.1)
76-
jquery-rails (2.1.3)
77-
railties (>= 3.1.0, < 5.0)
78-
thor (~> 0.14)
79-
json (1.6.5)
80-
kaminari (0.14.1)
83+
has_scope (0.6.0.rc)
84+
actionpack (>= 3.2, < 5)
85+
activesupport (>= 3.2, < 5)
86+
hike (1.2.3)
87+
i18n (0.6.9)
88+
inherited_resources (1.4.1)
89+
has_scope (~> 0.6.0.rc)
90+
responders (~> 1.0.0.rc)
91+
jquery-rails (3.0.4)
92+
railties (>= 3.0, < 5.0)
93+
thor (>= 0.14, < 2.0)
94+
jquery-ui-rails (4.1.1)
95+
railties (>= 3.1.0)
96+
kaminari (0.15.1)
8197
actionpack (>= 3.0.0)
8298
activesupport (>= 3.0.0)
83-
mail (2.4.4)
84-
i18n (>= 0.4.0)
99+
mail (2.5.4)
85100
mime-types (~> 1.16)
86101
treetop (~> 1.4.8)
87-
meta_search (1.1.3)
88-
actionpack (~> 3.1)
89-
activerecord (~> 3.1)
90-
activesupport (~> 3.1)
91-
polyamorous (~> 0.5.0)
92-
mime-types (1.19)
93-
multi_json (1.0.4)
94-
nokogiri (1.5.0)
95-
orm_adapter (0.4.0)
96-
polyamorous (0.5.0)
97-
activerecord (~> 3.0)
102+
mime-types (1.25.1)
103+
minitest (4.7.5)
104+
multi_json (1.8.4)
105+
orm_adapter (0.5.0)
106+
polyamorous (0.6.4)
107+
activerecord (>= 3.0)
98108
polyglot (0.3.3)
99-
rack (1.4.1)
100-
rack-cache (1.1)
101-
rack (>= 0.4)
102-
rack-ssl (1.3.2)
103-
rack
104-
rack-test (0.6.1)
109+
rack (1.5.2)
110+
rack-test (0.6.2)
105111
rack (>= 1.0)
106-
rails (3.2.1)
107-
actionmailer (= 3.2.1)
108-
actionpack (= 3.2.1)
109-
activerecord (= 3.2.1)
110-
activeresource (= 3.2.1)
111-
activesupport (= 3.2.1)
112-
bundler (~> 1.0)
113-
railties (= 3.2.1)
114-
railties (3.2.1)
115-
actionpack (= 3.2.1)
116-
activesupport (= 3.2.1)
117-
rack-ssl (~> 1.3.2)
112+
rails (4.0.2)
113+
actionmailer (= 4.0.2)
114+
actionpack (= 4.0.2)
115+
activerecord (= 4.0.2)
116+
activesupport (= 4.0.2)
117+
bundler (>= 1.3.0, < 2.0)
118+
railties (= 4.0.2)
119+
sprockets-rails (~> 2.0.0)
120+
railties (4.0.2)
121+
actionpack (= 4.0.2)
122+
activesupport (= 4.0.2)
118123
rake (>= 0.8.7)
119-
rdoc (~> 3.4)
120-
thor (~> 0.14.6)
121-
rake (0.9.2.2)
122-
rdoc (3.12)
123-
json (~> 1.4)
124-
responders (0.9.3)
125-
railties (~> 3.1)
126-
rspec (2.8.0)
127-
rspec-core (~> 2.8.0)
128-
rspec-expectations (~> 2.8.0)
129-
rspec-mocks (~> 2.8.0)
130-
rspec-core (2.8.0)
131-
rspec-expectations (2.8.0)
132-
diff-lcs (~> 1.1.2)
133-
rspec-mocks (2.8.0)
134-
rspec-rails (2.8.1)
124+
thor (>= 0.18.1, < 2.0)
125+
rake (10.1.1)
126+
ransack (1.1.0)
135127
actionpack (>= 3.0)
136-
activesupport (>= 3.0)
137-
railties (>= 3.0)
138-
rspec (~> 2.8.0)
139-
sass (3.2.1)
140-
simplecov (0.5.4)
141-
multi_json (~> 1.0.3)
142-
simplecov-html (~> 0.5.3)
143-
simplecov-html (0.5.3)
144-
sprockets (2.1.2)
128+
activerecord (>= 3.0)
129+
polyamorous (~> 0.6.0)
130+
responders (1.0.0)
131+
railties (>= 3.2, < 5)
132+
sass (3.2.13)
133+
sass-rails (4.0.1)
134+
railties (>= 4.0.0, < 5.0)
135+
sass (>= 3.1.10)
136+
sprockets-rails (~> 2.0.0)
137+
sprockets (2.10.1)
145138
hike (~> 1.2)
139+
multi_json (~> 1.0)
146140
rack (~> 1.0)
147141
tilt (~> 1.1, != 1.3.0)
148-
sqlite3 (1.3.5)
149-
thor (0.14.6)
150-
tilt (1.3.3)
151-
treetop (1.4.12)
142+
sprockets-rails (2.0.1)
143+
actionpack (>= 3.0)
144+
activesupport (>= 3.0)
145+
sprockets (~> 2.8)
146+
thor (0.18.1)
147+
thread_safe (0.1.3)
148+
atomic
149+
tilt (1.4.1)
150+
treetop (1.4.15)
152151
polyglot
153152
polyglot (>= 0.3.1)
154-
tzinfo (0.3.34)
155-
warden (1.2.1)
156-
rack (>= 1.0)
157-
webrat (0.7.3)
158-
nokogiri (>= 1.2.0)
153+
tzinfo (0.3.38)
154+
warden (1.2.3)
159155
rack (>= 1.0)
160-
rack-test (>= 0.5.3)
161156

162157
PLATFORMS
163158
ruby
164159

165160
DEPENDENCIES
161+
activeadmin!
166162
activeadmin-dragonfly!
167-
rspec-rails (~> 2.8.1)
168-
simplecov
169-
sqlite3
170-
webrat

activeadmin-dragonfly.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ Gem::Specification.new do |s|
99
s.version = ActiveAdmin::Dragonfly::VERSION
1010
s.authors = ["Stefano Verna"]
1111
s.email = ["stefano.verna@gmail.com"]
12-
s.homepage = "http://github.com/cantierecreativo/railsyard-dragonfly"
12+
s.homepage = "http://github.com/cantierecreativo/activeadmin-dragonfly"
1313
s.summary = "Adds a new :dragonfly field type to ActiveAdmin"
1414
s.description = "Adds a new :dragonfly field type to ActiveAdmin"
1515

1616
s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]
1717

1818
s.add_dependency "activeadmin"
19-
s.add_dependency "dragonfly"
19+
s.add_dependency "dragonfly", "0.9.15"
2020
end
21+

0 commit comments

Comments
 (0)