Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit 7405b37

Browse files
committed
Merge branch 'better-translation-ui' into develop
2 parents 36abd7d + 229b860 commit 7405b37

File tree

255 files changed

+224
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+224
-17
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PATH
2222
specs:
2323
activeadmin-globalize (1.0.0)
2424
activeadmin
25-
globalize (~> 4.0.0)
25+
globalize (>= 3.0.4)
2626

2727
GEM
2828
remote: https://rubygems.org/
@@ -77,7 +77,7 @@ GEM
7777
execjs (2.0.2)
7878
formtastic (2.3.0.rc2)
7979
actionpack (>= 3.0)
80-
globalize (4.0.0)
80+
globalize (4.0.1)
8181
activemodel (>= 4.0.0, < 5)
8282
activerecord (>= 4.0.0, < 5)
8383
has_scope (0.6.0.rc)

README.md

Lines changed: 4 additions & 0 deletions

activeadmin-globalize.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Gem::Specification.new do |s|
1616
s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "README.md"]
1717

1818
s.add_dependency "activeadmin"
19-
s.add_dependency "globalize", '~> 3.0.4'
19+
s.add_dependency "globalize", '>= 3.0.4'
2020
end
2121

app/assets/images/ad.gif

371 Bytes

app/assets/images/af.gif

369 Bytes

app/assets/images/ag.gif

361 Bytes

app/assets/images/ai.gif

369 Bytes

app/assets/images/al.gif

370 Bytes

app/assets/images/am.gif

363 Bytes

app/assets/images/an.gif

368 Bytes

0 commit comments

Comments
 (0)