File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
55### Unreleased
66
7+ ### 1.10.0
8+
79#### Added
810
911* Added Shrine support for image row and column [ #396 ] ( https://github.com/platanus/activeadmin_addons/pull/396 )
Original file line number Diff line number Diff line change 88PATH
99 remote: .
1010 specs:
11- activeadmin_addons (1.9 .0 )
11+ activeadmin_addons (1.10 .0 )
1212 active_material
1313 railties
1414 redcarpet
265265 rb-fsevent (0.11.2 )
266266 rb-inotify (0.10.1 )
267267 ffi (~> 1.0 )
268- redcarpet (3.5.1 )
268+ redcarpet (3.6.0 )
269269 regexp_parser (1.6.0 )
270270 require_all (3.0.0 )
271271 responders (3.0.1 )
338338 terrapin (0.6.0 )
339339 climate_control (>= 0.0.3 , < 1.0 )
340340 thor (1.2.1 )
341- tilt (2.0.11 )
341+ tilt (2.1.0 )
342342 tzinfo (2.0.5 )
343343 concurrent-ruby (~> 1.0 )
344344 unicode-display_width (1.4.1 )
Original file line number Diff line number Diff line change 11module ActiveadminAddons
2- VERSION = "1.9 .0"
2+ VERSION = "1.10 .0"
33end
You can’t perform that action at this time.
0 commit comments