rails_spec_harness 0.0.1 → 0.0.2

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: c0e5f2ef469b8e4605651c07598eb65b53962dee
4
- data.tar.gz: 1b3e5f19c0e51591bc490db72f5f48fe1a52114d
3
+ metadata.gz: 970c69d2ff83caccacb47f20987b6e61e2ea625f
4
+ data.tar.gz: ae768c60f837c1154110cbd90bf65603eb47a6c5
5
5
  SHA512:
6
- metadata.gz: 1f5eab81dd564a1288708c0f6d5871841ad675a4a931580415e90ffad1ef737d376092558928bde32797cad52caae2b215f56fb84a549ef66ba9f340f2237a27
7
- data.tar.gz: 141dbc8bc7d25ac2288d1a9e8754eb6fa3aadf181c0403f21cbeeee573264175edff4da1b41216a499d1e98528f44cb79b804637ff34a172a3e24e60019e7b56
6
+ metadata.gz: 8b876a0576f493a38bae54984bad3d4f645cebfc1c8bb92dc058ebb99ee99470f050e10a896454e25984e4c8ab4ee5ad9c0f171e83eeb86e097f59705845dc9f
7
+ data.tar.gz: c3c1c824fa0208821de16e27ffefe407899a14943a01fbfbe2599fe2a9ba8aa56a6718bbc2454b1038bf5e62178cb54eb7400a1b798b33e3f83276ef69e4cdd9
@@ -1,3 +1,3 @@
1
1
  module RailsSpecHarness
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -7,10 +7,10 @@ Gem::Specification.new do |spec|
7
7
  spec.name = 'rails_spec_harness'
8
8
  spec.version = RailsSpecHarness::VERSION
9
9
  spec.authors = ['alexpeachey']
10
- spec.email = ['alex.peachey@gmail.com']
10
+ spec.email = ['alex.peachey@originate.com']
11
11
  spec.summary = 'Helpful generators for fast rails specs.'
12
12
  spec.description = 'Make your specs sane with a set of helpers to isolate code and improve speed.'
13
- spec.homepage = 'https://github.com/alexpeachey/rails_spec_harness'
13
+ spec.homepage = 'https://github.com/Originate/rails_spec_harness'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_spec_harness
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - alexpeachey
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-26 00:00:00.000000000 Z
11
+ date: 2014-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -69,7 +69,7 @@ dependencies:
69
69
  description: Make your specs sane with a set of helpers to isolate code and improve
70
70
  speed.
71
71
  email:
72
- - alex.peachey@gmail.com
72
+ - alex.peachey@originate.com
73
73
  executables: []
74
74
  extensions: []
75
75
  extra_rdoc_files: []
@@ -102,7 +102,7 @@ files:
102
102
  - rails_spec_harness.gemspec
103
103
  - spec/rails_spec_harness_spec.rb
104
104
  - spec/spec_helper.rb
105
- homepage: https://github.com/alexpeachey/rails_spec_harness
105
+ homepage: https://github.com/Originate/rails_spec_harness
106
106
  licenses:
107
107
  - MIT
108
108
  metadata: {}