fast_gettext 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 9c64b65d333ec41fdb6f8800ebdaaf90ae47f00f
4
+ data.tar.gz: ba624c3b0b8e272dd9c592e450230c880f3a68bc
5
+ SHA512:
6
+ metadata.gz: 1497386c209b21fc06f92eac9d0839981b828f4d1318646ea5fd9e975ba7702e123633200ac9696671f81faf9571428cf88c9ffea2fee3dc5dfdb19eded9ba9b
7
+ data.tar.gz: 00a88e10cb2a44d65d15413dbd9010d3e531392be5b668af336bd0c2413c23b6f00ff9b4eb1cbd1ebe2d7d2e6fb12e1d91bd87007061025fd67fdf8173f22639
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fast_gettext (0.8.0)
4
+ fast_gettext (0.8.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/Readme.md CHANGED
@@ -253,6 +253,7 @@ Mo/Po-file parsing from Masao Mutoh, see vendor/README
253
253
  - [Jamie Dyer](https://github.com/kernow)
254
254
  - [Stephan Kulow](https://github.com/coolo)
255
255
  - [Fotos Georgiadis](https://github.com/fotos)
256
+ - [Lukáš Zapletal](https://github.com/lzap)
256
257
 
257
258
  [Michael Grosser](http://grosser.it)<br/>
258
259
  michael@grosser.it<br/>
File without changes
@@ -1,3 +1,3 @@
1
1
  module FastGettext
2
- VERSION = Version = '0.8.0'
2
+ VERSION = Version = '0.8.1'
3
3
  end
@@ -252,7 +252,7 @@ describe FastGettext::Translation do
252
252
 
253
253
  it "sets text domain back to previous one" do
254
254
  old_domain = FastGettext.text_domain
255
- D_('car').should == 'Auto'
255
+ D_('car').should match('(Auto|Auto 2)')
256
256
  FastGettext.text_domain.should == old_domain
257
257
  end
258
258
  end
metadata CHANGED
@@ -1,32 +1,21 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: fast_gettext
3
- version: !ruby/object:Gem::Version
4
- hash: 63
5
- prerelease:
6
- segments:
7
- - 0
8
- - 8
9
- - 0
10
- version: 0.8.0
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.8.1
11
5
  platform: ruby
12
- authors:
6
+ authors:
13
7
  - Michael Grosser
14
8
  autorequire:
15
9
  bindir: bin
16
10
  cert_chain: []
17
-
18
- date: 2013-08-30 00:00:00 Z
11
+ date: 2013-11-27 00:00:00.000000000 Z
19
12
  dependencies: []
20
-
21
13
  description:
22
14
  email: michael@grosser.it
23
15
  executables: []
24
-
25
16
  extensions: []
26
-
27
17
  extra_rdoc_files: []
28
-
29
- files:
18
+ files:
30
19
  - .gitignore
31
20
  - .travis.yml
32
21
  - Appraisals
@@ -117,38 +106,28 @@ files:
117
106
  - spec/spec_helper.rb
118
107
  - spec/support/be_accessible_matcher.rb
119
108
  homepage: http://github.com/grosser/fast_gettext
120
- licenses:
109
+ licenses:
121
110
  - MIT
122
111
  - Ruby
112
+ metadata: {}
123
113
  post_install_message:
124
114
  rdoc_options: []
125
-
126
- require_paths:
115
+ require_paths:
127
116
  - lib
128
- required_ruby_version: !ruby/object:Gem::Requirement
129
- none: false
130
- requirements:
131
- - - ">="
132
- - !ruby/object:Gem::Version
133
- hash: 3
134
- segments:
135
- - 0
136
- version: "0"
137
- required_rubygems_version: !ruby/object:Gem::Requirement
138
- none: false
139
- requirements:
140
- - - ">="
141
- - !ruby/object:Gem::Version
142
- hash: 3
143
- segments:
144
- - 0
145
- version: "0"
117
+ required_ruby_version: !ruby/object:Gem::Requirement
118
+ requirements:
119
+ - - '>='
120
+ - !ruby/object:Gem::Version
121
+ version: '0'
122
+ required_rubygems_version: !ruby/object:Gem::Requirement
123
+ requirements:
124
+ - - '>='
125
+ - !ruby/object:Gem::Version
126
+ version: '0'
146
127
  requirements: []
147
-
148
128
  rubyforge_project:
149
- rubygems_version: 1.8.25
129
+ rubygems_version: 2.0.3
150
130
  signing_key:
151
- specification_version: 3
131
+ specification_version: 4
152
132
  summary: A simple, fast, memory-efficient and threadsafe implementation of GetText
153
133
  test_files: []
154
-