testifier 0.1.0 → 0.1.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: 9374e925a7f9fb194071dd3bc8dfc901fb0307ae
4
- data.tar.gz: f1a755b0d8b54b63ab391b2f43dd37338c11e788
3
+ metadata.gz: abd883123bb74650a5b0d346810313d28d8035e8
4
+ data.tar.gz: a887605e9ba477f5dd982cf6a9d9a6eb105cd5b4
5
5
  SHA512:
6
- metadata.gz: 3b418774ae1d1b82447489e594cde072ab3f35811836b13ddca27ecfaf908f0415bc7bd9277b62cb0d65bb6ed4ac33e13afa7a28e45c3b10370cc4d05aa7bfa6
7
- data.tar.gz: abb598c2bf3c643a41da0839deee03b5447d75d84305abedf1865ff1e35ba7d4e5274da7a8393fa571fedb07159040d8584c99c24f198e0cc5875c7b39491934
6
+ metadata.gz: 841e63d10873b1baf7c385860e22a2a71e0e457ef90704998880f99ae097cb367c38b64914a04029ea254061d2b55fe111bdb1b5472f6fda0ebc4033215d892e
7
+ data.tar.gz: 757114f2c56e4a564a1b54230d20d1e95cdbcc3e13f363b5f038b3ebad7ae64c2938fa928e47f31e6c1312cd1c032c92ae6329699fbee5d69de9dba123818640
@@ -1,3 +1,3 @@
1
1
  module Testifier
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/testifier.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.description = "Creates test and class files"
9
9
  s.authors = ["Jeff Roush"]
10
10
  s.email = "jeff@jeffroush.com"
11
- s.homepage = "https://github.com/jeff-r/testify"
11
+ s.homepage = "https://github.com/jeff-r/testifier"
12
12
  s.license = "MIT"
13
13
 
14
14
  s.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Roush
@@ -58,7 +58,7 @@ files:
58
58
  - lib/testifier/version.rb
59
59
  - spec/lib/testifier/file_maker_spec.rb
60
60
  - testifier.gemspec
61
- homepage: https://github.com/jeff-r/testify
61
+ homepage: https://github.com/jeff-r/testifier
62
62
  licenses:
63
63
  - MIT
64
64
  metadata: {}