i18n-js_padrino 0.1 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +4 -3
  2. data/lib/i18n-js_padrino.rb +4 -1
  3. metadata +6 -9
@@ -11,6 +11,7 @@ Include this in your app.rb:
11
11
  end
12
12
 
13
13
  == TODO
14
- - Figure out why it doesn't reload the locales when reloading the page (you have to restart the server) even if
15
- the before is there in dev mode.
16
- - Make the rake tasks available through padrino rake. You can include them yourself for now from https://github.com/fnando/i18n-js/blob/master/lib/i18n-js/rake.rb
14
+ * Support sprockets.
15
+ * Figure out why it doesn't reload the locales when reloading the page (you have to restart the server) even if
16
+ the before is there in dev mode.
17
+ * Make the rake tasks available through padrino rake. You can include them yourself for now from https://github.com/fnando/i18n-js/blob/master/lib/i18n-js/rake.rb
@@ -16,7 +16,10 @@ module SimplesIdeias
16
16
  # Will also need to define Rails.configuration.assets.enabled
17
17
  "0"
18
18
  end
19
-
19
+
20
+ def self.configuration
21
+ end
22
+
20
23
  def self.root
21
24
  Pathname.new(PADRINO_ROOT)
22
25
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n-js_padrino
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,19 +9,19 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-10-10 00:00:00.000000000Z
12
+ date: 2012-01-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n-js
16
- requirement: &2157829940 !ruby/object:Gem::Requirement
16
+ requirement: &70101409503200 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
- version: 2.0.1
21
+ version: 2.1.2
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2157829940
24
+ version_requirements: *70101409503200
25
25
  description:
26
26
  email: dario@qinnova.com.ar
27
27
  executables: []
@@ -51,12 +51,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  - - ! '>='
52
52
  - !ruby/object:Gem::Version
53
53
  version: '0'
54
- segments:
55
- - 0
56
- hash: -2766522311271050893
57
54
  requirements: []
58
55
  rubyforge_project:
59
- rubygems_version: 1.8.11
56
+ rubygems_version: 1.8.13
60
57
  signing_key:
61
58
  specification_version: 3
62
59
  summary: i18n-js_padrino is a Padrino's wrapper around i18n-js' Rails plugin for using