File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ mkdir ~ /.gem
2+ echo -e " ---\r\n:rubygems_api_key: $RUBYGEMS_API_KEY " > ~ /.gem/credentials
3+ chmod 0600 /home/circleci/.gem/credentials
Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5- ### Unreleased
5+ ### 1.8.0
66
77##### Added
88* Added date time picker filter [ #333 ] ( https://github.com/platanus/activeadmin_addons/pull/333 )
Original file line number Diff line number Diff line change 88PATH
99 remote: .
1010 specs:
11- activeadmin_addons (1.7.1 )
11+ activeadmin_addons (1.8.0 )
1212 active_material
1313 railties
1414 require_all
4444 erubi (~> 1.4 )
4545 rails-dom-testing (~> 2.0 )
4646 rails-html-sanitizer (~> 1.0 , >= 1.0.3 )
47- active_material (1.4 .2 )
47+ active_material (1.5 .2 )
4848 activeadmin (2.7.0 )
4949 arbre (~> 1.2 , >= 1.2.1 )
5050 formtastic (~> 3.1 )
Original file line number Diff line number Diff line change 11module ActiveadminAddons
2- VERSION = "1.7.1 "
2+ VERSION = "1.8.0 "
33end
You can’t perform that action at this time.
0 commit comments