active_admin_jcrop 0.0.2.alpha → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/active_admin_jcrop/crop_modal.js.coffee +29 -20
- data/app/views/active_admin_jcrop/_jcrop_modal.html.erb +5 -2
- data/config/locales/en.yml +6 -0
- data/config/locales/pt-BR.yml +6 -0
- data/lib/{asset_engine → active_admin_jcrop/asset_engine}/carrier_wave.rb +0 -0
- data/lib/{asset_engine → active_admin_jcrop/asset_engine}/paperclip.rb +0 -0
- data/lib/{asset_engine.rb → active_admin_jcrop/asset_engine.rb} +2 -2
- data/lib/{dsl.rb → active_admin_jcrop/dsl.rb} +0 -0
- data/lib/{engine.rb → active_admin_jcrop/engine.rb} +0 -0
- data/lib/{image_helper.rb → active_admin_jcrop/image_helper.rb} +0 -0
- data/lib/{orm.rb → active_admin_jcrop/orm.rb} +1 -6
- data/lib/{railtie.rb → active_admin_jcrop/railtie.rb} +0 -0
- data/lib/active_admin_jcrop/version.rb +1 -1
- data/lib/active_admin_jcrop.rb +6 -6
- data/lib/formtastic/inputs/jcrop_input.rb +10 -4
- data/test/dummy/app/admin/post.rb +1 -1
- data/test/dummy/log/development.log +4326 -0
- data/test/dummy/public/uploads/post/image/1/thumb_caminhao.jpeg +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2894eb75de440448b3c40d69d7c3daf1 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6e600d6b6e57393c380d4f34b7e462c1 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e88a13629d2c3498c801d061a01f6bf1 +0 -0
- metadata +13 -11
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_admin_jcrop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ricardo Nacif
|
@@ -121,17 +121,19 @@ files:
|
|
121
121
|
- app/assets/javascripts/active_admin_jcrop/crop_modal.js.coffee
|
122
122
|
- app/assets/stylesheets/active_admin_jcrop/crop_modal.css
|
123
123
|
- app/views/active_admin_jcrop/_jcrop_modal.html.erb
|
124
|
+
- config/locales/en.yml
|
125
|
+
- config/locales/pt-BR.yml
|
124
126
|
- lib/active_admin_jcrop.rb
|
127
|
+
- lib/active_admin_jcrop/asset_engine.rb
|
128
|
+
- lib/active_admin_jcrop/asset_engine/carrier_wave.rb
|
129
|
+
- lib/active_admin_jcrop/asset_engine/paperclip.rb
|
130
|
+
- lib/active_admin_jcrop/dsl.rb
|
131
|
+
- lib/active_admin_jcrop/engine.rb
|
132
|
+
- lib/active_admin_jcrop/image_helper.rb
|
133
|
+
- lib/active_admin_jcrop/orm.rb
|
134
|
+
- lib/active_admin_jcrop/railtie.rb
|
125
135
|
- lib/active_admin_jcrop/version.rb
|
126
|
-
- lib/asset_engine.rb
|
127
|
-
- lib/asset_engine/carrier_wave.rb
|
128
|
-
- lib/asset_engine/paperclip.rb
|
129
|
-
- lib/dsl.rb
|
130
|
-
- lib/engine.rb
|
131
136
|
- lib/formtastic/inputs/jcrop_input.rb
|
132
|
-
- lib/image_helper.rb
|
133
|
-
- lib/orm.rb
|
134
|
-
- lib/railtie.rb
|
135
137
|
- test/active_admin_jcrop_test.rb
|
136
138
|
- test/dummy/README.rdoc
|
137
139
|
- test/dummy/Rakefile
|
@@ -339,9 +341,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
339
341
|
version: '0'
|
340
342
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
341
343
|
requirements:
|
342
|
-
- - "
|
344
|
+
- - ">="
|
343
345
|
- !ruby/object:Gem::Version
|
344
|
-
version:
|
346
|
+
version: '0'
|
345
347
|
requirements: []
|
346
348
|
rubyforge_project:
|
347
349
|
rubygems_version: 2.2.2
|