shoulda-context 1.1.4 → 1.1.5

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: f91446f23aa8d8ce92e1f8863c22269c40106b18
4
- data.tar.gz: 1d8a6b51784a42a63f7843b63901ac510e64caa9
3
+ metadata.gz: 9babaf5d9e91c606e7ea6a929319843ab7b0cae4
4
+ data.tar.gz: a28a2da8ad2ac965197e64525ce1f99a6cbc3e26
5
5
  SHA512:
6
- metadata.gz: d0d5682d31984c00259a0bbfec60290bea0979b4515eace8970a988148cdc07e6a743cffa9473ec82d813ef7405e36f734f4a5d313a70340b2dc0f0e3a5eccc3
7
- data.tar.gz: 54ec43d1e9906a571f0040e9629f3a5d4a05ab5dbab59ba85a9ef240176b2158af3e29d54723732a84ac3beffdbfc3aa5d59c1bdb01c1199cd7a7dcd72be9a34
6
+ metadata.gz: cf1d4bb465fef15c839c4e422b82ed53640bc2ac7a50d565731078d43f7f68e93f73e1c7f54ec14e52eb9a2b0a4cf2070f39b477faeb5af7878a0d5bdd235959
7
+ data.tar.gz: 0669d46b4968e00c933879e91ae90f067569ad38ad210550498ab54a1d82319e9e1b63618b286d2020a6a4fc970c1af908bcbce3ca850cca8d7509daeeb9bc6e
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 2.0.0-p247
@@ -1,5 +1,5 @@
1
1
  module Shoulda
2
2
  module Context
3
- VERSION = '1.1.4'.freeze
3
+ VERSION = '1.1.5'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoulda-context
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - thoughtbot, inc.
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2013-06-26 00:00:00.000000000 Z
16
+ date: 2013-08-14 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: appraisal
@@ -93,6 +93,7 @@ extensions: []
93
93
  extra_rdoc_files: []
94
94
  files:
95
95
  - .gitignore
96
+ - .ruby-version
96
97
  - .travis.yml
97
98
  - Appraisals
98
99
  - CONTRIBUTING.md
@@ -153,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
153
154
  version: '0'
154
155
  requirements: []
155
156
  rubyforge_project:
156
- rubygems_version: 2.0.2
157
+ rubygems_version: 2.0.3
157
158
  signing_key:
158
159
  specification_version: 4
159
160
  summary: Context framework extracted from Shoulda