i18n-spec 0.5.0 → 0.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 750ff5acca21b4a4d2012f726a3823beb84ac558
4
- data.tar.gz: 492afeb13fbcb8940e612648522dabb74998b669
3
+ metadata.gz: c461556989f0f5c2f6fa965f61f6ea6e2dd1608f
4
+ data.tar.gz: cc8bff3d5bf38c7260d75ce0f64fc19a848cd952
5
5
  SHA512:
6
- metadata.gz: 3932ae022894e69feac0bb1d36648468784f7561c4961af64a48abfea03f71922304425962c96513428f193b2c74f53713667f0141c7235ce53f3950273e7e36
7
- data.tar.gz: d30439dbd28a9402b48b2cb3c405acb875647ff9b15818827dc3e6b755a820677f297f6168da38b3d7cacdccc304143605e8c5e4fe3aecce9b90c74ddda53f58
6
+ metadata.gz: 62800d74c38de3006d8538c890873331a196ca50f12f354938d88e1376d457b9acf412ba0a909175c8abc6c04ab5182946d00834776970712bf6552799d1daf2
7
+ data.tar.gz: bfb27e4abdfa363fcf5e94ef6735a1907a6e882fc9bc5ca73576b7987056555f5454061f50d32c93be2c63ffce1a846b45f149818d63fce70566d99465554ecb
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.0
1
+ 0.5.1
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: i18n-spec 0.5.0 ruby lib
5
+ # stub: i18n-spec 0.5.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "i18n-spec"
9
- s.version = "0.5.0"
9
+ s.version = "0.5.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Christopher Dell"]
14
- s.date = "2014-07-08"
14
+ s.date = "2014-07-23"
15
15
  s.description = "Includes a number of rspec matchers to make specing your locale files easy peasy."
16
16
  s.email = "chris@tigrish.com"
17
17
  s.extra_rdoc_files = [
@@ -2,6 +2,7 @@ if defined?(Psych) and defined?(Psych::VERSION) and !defined?(YAML::ParseError)
2
2
  YAML::ParseError = Psych::SyntaxError
3
3
  end
4
4
 
5
+ require 'rspec/core'
5
6
  require 'iso'
6
7
  require 'yaml'
7
8
  Dir[File.dirname(__FILE__) + '/i18n-spec/models/*.rb'].each {|file| require file }
@@ -1,8 +1,6 @@
1
- require 'rspec'
2
-
3
1
  RSpec::Matchers.define :be_named_like_top_level_namespace do
4
2
  match do |actual|
5
3
  locale_file = I18nSpec::LocaleFile.new(actual)
6
4
  locale_file.is_named_like_top_level_namespace?
7
5
  end
8
- end
6
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n-spec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Dell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-08 00:00:00.000000000 Z
11
+ date: 2014-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: iso