i18n_screwdriver 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,37 +1,37 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- i18n_screwdriver (2.1.0)
4
+ i18n_screwdriver (2.1.1)
5
5
  rails (>= 3.0.0)
6
6
 
7
7
  GEM
8
8
  remote: http://rubygems.org/
9
9
  specs:
10
- actionmailer (3.2.6)
11
- actionpack (= 3.2.6)
10
+ actionmailer (3.2.8)
11
+ actionpack (= 3.2.8)
12
12
  mail (~> 2.4.4)
13
- actionpack (3.2.6)
14
- activemodel (= 3.2.6)
15
- activesupport (= 3.2.6)
13
+ actionpack (3.2.8)
14
+ activemodel (= 3.2.8)
15
+ activesupport (= 3.2.8)
16
16
  builder (~> 3.0.0)
17
17
  erubis (~> 2.7.0)
18
- journey (~> 1.0.1)
18
+ journey (~> 1.0.4)
19
19
  rack (~> 1.4.0)
20
20
  rack-cache (~> 1.2)
21
21
  rack-test (~> 0.6.1)
22
22
  sprockets (~> 2.1.3)
23
- activemodel (3.2.6)
24
- activesupport (= 3.2.6)
23
+ activemodel (3.2.8)
24
+ activesupport (= 3.2.8)
25
25
  builder (~> 3.0.0)
26
- activerecord (3.2.6)
27
- activemodel (= 3.2.6)
28
- activesupport (= 3.2.6)
26
+ activerecord (3.2.8)
27
+ activemodel (= 3.2.8)
28
+ activesupport (= 3.2.8)
29
29
  arel (~> 3.0.2)
30
30
  tzinfo (~> 0.3.29)
31
- activeresource (3.2.6)
32
- activemodel (= 3.2.6)
33
- activesupport (= 3.2.6)
34
- activesupport (3.2.6)
31
+ activeresource (3.2.8)
32
+ activemodel (= 3.2.8)
33
+ activesupport (= 3.2.8)
34
+ activesupport (3.2.8)
35
35
  i18n (~> 0.6)
36
36
  multi_json (~> 1.0)
37
37
  arel (3.0.2)
@@ -41,7 +41,7 @@ GEM
41
41
  hike (1.2.1)
42
42
  i18n (0.6.0)
43
43
  journey (1.0.4)
44
- json (1.7.3)
44
+ json (1.7.5)
45
45
  mail (2.4.4)
46
46
  i18n (>= 0.4.0)
47
47
  mime-types (~> 1.16)
@@ -56,17 +56,17 @@ GEM
56
56
  rack
57
57
  rack-test (0.6.1)
58
58
  rack (>= 1.0)
59
- rails (3.2.6)
60
- actionmailer (= 3.2.6)
61
- actionpack (= 3.2.6)
62
- activerecord (= 3.2.6)
63
- activeresource (= 3.2.6)
64
- activesupport (= 3.2.6)
59
+ rails (3.2.8)
60
+ actionmailer (= 3.2.8)
61
+ actionpack (= 3.2.8)
62
+ activerecord (= 3.2.8)
63
+ activeresource (= 3.2.8)
64
+ activesupport (= 3.2.8)
65
65
  bundler (~> 1.0)
66
- railties (= 3.2.6)
67
- railties (3.2.6)
68
- actionpack (= 3.2.6)
69
- activesupport (= 3.2.6)
66
+ railties (= 3.2.8)
67
+ railties (3.2.8)
68
+ actionpack (= 3.2.8)
69
+ activesupport (= 3.2.8)
70
70
  rack-ssl (~> 1.3.2)
71
71
  rake (>= 0.8.7)
72
72
  rdoc (~> 3.4)
@@ -86,7 +86,7 @@ GEM
86
86
  hike (~> 1.2)
87
87
  rack (~> 1.0)
88
88
  tilt (~> 1.1, != 1.3.0)
89
- thor (0.15.3)
89
+ thor (0.16.0)
90
90
  tilt (1.3.3)
91
91
  treetop (1.4.10)
92
92
  polyglot
@@ -1,4 +1,4 @@
1
1
  module I18nScrewdriver
2
- VERSION = "2.1.0"
2
+ VERSION = "2.1.1"
3
3
  end
4
4
 
@@ -29,8 +29,8 @@ module I18nScrewdriver
29
29
 
30
30
  def self.grab_texts_to_be_translated(string)
31
31
  [].tap do |texts|
32
- texts.concat(string.scan(/_\("([^"]+)"\)/).map{ |v| v[0] })
33
- texts.concat(string.scan(/_\('([^']+)'\)/).map{ |v| v[0] })
32
+ texts.concat(string.scan(/_\("([^"]*)"\)/).map{ |v| v[0] })
33
+ texts.concat(string.scan(/_\('([^']*)'\)/).map{ |v| v[0] })
34
34
  end
35
35
  end
36
36
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n_screwdriver
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-06-22 00:00:00.000000000 Z
13
+ date: 2012-08-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec
@@ -79,7 +79,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
79
79
  version: '0'
80
80
  segments:
81
81
  - 0
82
- hash: -2643611881432222959
82
+ hash: -6762225808489324
83
83
  required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  none: false
85
85
  requirements:
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  version: '0'
89
89
  segments:
90
90
  - 0
91
- hash: -2643611881432222959
91
+ hash: -6762225808489324
92
92
  requirements: []
93
93
  rubyforge_project: i18n_screwdriver
94
94
  rubygems_version: 1.8.24