i18n_screwdriver 4.0.1 → 5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa74a6062e9864af1bb45c22d657f7957f9dbc40
4
- data.tar.gz: 028c089def491881debbc089ab1ea2147bbb39ce
3
+ metadata.gz: ded4ccb63288585b30c6fe4649b60f3d7b5ea649
4
+ data.tar.gz: 30ecd8d02c53d02975d6011d75c51f8b60109d85
5
5
  SHA512:
6
- metadata.gz: db9824837d925ad5f78fa884cf91f89e881d4bfe9e23fdb5591c0f2b33289df450c6b66c1386d9dc141d4af0ce76b66283d31b2c4bc2c861b31d68514264db5c
7
- data.tar.gz: d9c7ae8651ae29c68a1958ef3249a10b7a3596e7af6698b1f9ac031c3a40e2e814586d0695dd22fac989e222c237d1d07139540e5341fad342e8e72904ad327d
6
+ metadata.gz: a2264e3299188e8d16c55809dd53636a8c9aa36e15bed665ab0b0e538c2b596f586174494802d01c66b353747f9f3d88777ef5f1873a3cc6358afd443e2591be
7
+ data.tar.gz: 7843111e67c7ad34cd4766f5a05d2a8a54bb8480c27b2f87d520402dc1f2676283c056cfcf5cae15d121ae55413a7f67799f89cb3bd15973b8bd484634e139e5
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2010 - 2013 Tobias Miesel
4
+ Copyright (c) 2010 - 2013 Corin Langosch
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the "Software"), to deal
8
+ in the Software without restriction, including without limitation the rights
9
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ copies of the Software, and to permit persons to whom the Software is
11
+ furnished to do so, subject to the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be included in all
14
+ copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
+ SOFTWARE.
data/README.rdoc CHANGED
@@ -76,4 +76,4 @@ In your tests (functionals and integration) you can use the same translation hel
76
76
 
77
77
  == Copyright
78
78
 
79
- Copyright (c) 2010 Tobias Miesel & Corin Langosch. Released unter the MIT license.
79
+ Copyright (c) 2010 - 2013 Tobias Miesel & {Corin Langosch}[http://www.corinlangosch.com]. Released unter the MIT license.
@@ -5,6 +5,7 @@ require "i18n_screwdriver/version"
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "i18n_screwdriver"
7
7
  s.version = I18nScrewdriver::VERSION
8
+ s.license = "MIT"
8
9
  s.authors = ["Tobias Miesel", "Corin Langosch"]
9
10
  s.email = ["agileapplications@gmail.com", "info@corinlangosch.com"]
10
11
  s.homepage = "https://github.com/agileapplications/i18n_screwdriver"
@@ -1,4 +1,3 @@
1
1
  module I18nScrewdriver
2
- VERSION = "4.0.1"
2
+ VERSION = "5.0"
3
3
  end
4
-
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: 4.0.1
4
+ version: '5.0'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Miesel
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-05 00:00:00.000000000 Z
12
+ date: 2013-12-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -50,6 +50,7 @@ files:
50
50
  - .gitignore
51
51
  - Gemfile
52
52
  - Gemfile.lock
53
+ - LICENSE.txt
53
54
  - README.rdoc
54
55
  - Rakefile
55
56
  - i18n_screwdriver.gemspec
@@ -61,7 +62,8 @@ files:
61
62
  - lib/i18n_screwdriver/version.rb
62
63
  - lib/tasks/i18n.rake
63
64
  homepage: https://github.com/agileapplications/i18n_screwdriver
64
- licenses: []
65
+ licenses:
66
+ - MIT
65
67
  metadata: {}
66
68
  post_install_message:
67
69
  rdoc_options: []
@@ -79,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
81
  version: '0'
80
82
  requirements: []
81
83
  rubyforge_project: i18n_screwdriver
82
- rubygems_version: 2.1.9
84
+ rubygems_version: 2.1.11
83
85
  signing_key:
84
86
  specification_version: 4
85
87
  summary: make translating with rails i18n fun again