i18n-inline_forms 0.1 → 0.2

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore ADDED
@@ -0,0 +1 @@
1
+ pkg
@@ -65,7 +65,7 @@ module I18n
65
65
  # Translation.find_by_locale_and_key('en', 'foo').value
66
66
  # # => 'FOO'
67
67
  class InlineForms
68
- class Translation < ::InlineForms::Base
68
+ class Translation
69
69
  TRUTHY_CHAR = "\001"
70
70
  FALSY_CHAR = "\002"
71
71
 
@@ -1,6 +1,6 @@
1
1
  module I18n
2
2
  module InlineForms
3
- VERSION = "0.1"
3
+ VERSION = "0.2"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n-inline_forms
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 1
9
- version: "0.1"
8
+ - 2
9
+ version: "0.2"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ace Suares
@@ -115,6 +115,7 @@ extensions: []
115
115
  extra_rdoc_files: []
116
116
 
117
117
  files:
118
+ - .gitignore
118
119
  - Gemfile
119
120
  - Gemfile.lock
120
121
  - MIT-LICENSE