emipair-merb_global 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +3 -1
- data/HISTORY +3 -0
- data/emipair-merb_global.gemspec +2 -0
- data/lib/merb_global/message_providers/yaml.rb +2 -1
- data/lib/merb_global/version.rb +1 -1
- metadata +20 -6
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
emipair-merb_global (0.0.
|
4
|
+
emipair-merb_global (0.0.11)
|
5
5
|
gettext (= 2.0.4)
|
6
6
|
merb-core (>= 0.9.1)
|
7
7
|
treetop (~> 1.2.3)
|
@@ -34,6 +34,7 @@ GEM
|
|
34
34
|
extlib (0.9.15)
|
35
35
|
gettext (2.0.4)
|
36
36
|
locale (>= 2.0.4)
|
37
|
+
json (1.4.6)
|
37
38
|
locale (2.0.4)
|
38
39
|
merb-core (1.1.3)
|
39
40
|
bundler
|
@@ -67,6 +68,7 @@ DEPENDENCIES
|
|
67
68
|
do_sqlite3 (= 0.9.11)
|
68
69
|
emipair-merb_global!
|
69
70
|
gettext (= 2.0.4)
|
71
|
+
json
|
70
72
|
merb-core (>= 0.9.1)
|
71
73
|
mocha (= 0.9.8)
|
72
74
|
rcov
|
data/HISTORY
CHANGED
data/emipair-merb_global.gemspec
CHANGED
data/lib/merb_global/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: emipair-merb_global
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 9
|
5
|
+
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 11
|
10
|
+
version: 0.0.11
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- EMI Engineering
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-01-
|
18
|
+
date: 2011-01-18 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -240,6 +240,20 @@ dependencies:
|
|
240
240
|
version: 1.3.2
|
241
241
|
type: :development
|
242
242
|
version_requirements: *id014
|
243
|
+
- !ruby/object:Gem::Dependency
|
244
|
+
name: json
|
245
|
+
prerelease: false
|
246
|
+
requirement: &id015 !ruby/object:Gem::Requirement
|
247
|
+
none: false
|
248
|
+
requirements:
|
249
|
+
- - ">="
|
250
|
+
- !ruby/object:Gem::Version
|
251
|
+
hash: 3
|
252
|
+
segments:
|
253
|
+
- 0
|
254
|
+
version: "0"
|
255
|
+
type: :development
|
256
|
+
version_requirements: *id015
|
243
257
|
description: Localization (L10n) and Internationalization (i18n) support for the Merb MVC Framework
|
244
258
|
email: platform-ops@emimusic.com
|
245
259
|
executables: []
|
@@ -383,7 +397,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
383
397
|
requirements: []
|
384
398
|
|
385
399
|
rubyforge_project: merb-global
|
386
|
-
rubygems_version: 1.
|
400
|
+
rubygems_version: 1.3.7
|
387
401
|
signing_key:
|
388
402
|
specification_version: 3
|
389
403
|
summary: Localization (L10n) and Internationalization (i18n) support for the Merb MVC Framework
|