rspec-gc-control 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +5 -2
- data/rspec-gc-control.gemspec +2 -2
- metadata +3 -3
data/CHANGELOG.md
CHANGED
@@ -1,10 +1,13 @@
|
|
1
1
|
### dev
|
2
|
-
[full changelog](http://github.com/MrJoy/rspec-gc-control/compare/v1.0.
|
2
|
+
[full changelog](http://github.com/MrJoy/rspec-gc-control/compare/v1.0.1...master)
|
3
|
+
|
4
|
+
### v1.0.0
|
5
|
+
[full changelog](http://github.com/MrJoy/rspec-gc-control/compare/v1.0.0...v1.0.1)
|
3
6
|
|
4
7
|
Changes
|
5
8
|
|
6
9
|
* Forgot to update changelog before tagging release.
|
7
|
-
|
10
|
+
* Changing gemspec homepage to github repo.
|
8
11
|
|
9
12
|
### v1.0.0
|
10
13
|
[full changelog](http://github.com/MrJoy/rspec-gc-control/compare/1d2bd61...v1.0.0)
|
data/rspec-gc-control.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "rspec-gc-control"
|
8
|
-
s.version = "1.0.
|
8
|
+
s.version = "1.0.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Jon Frisby"]
|
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
|
|
26
26
|
"lib/rspec-gc-control/example.rb",
|
27
27
|
"rspec-gc-control.gemspec"
|
28
28
|
]
|
29
|
-
s.homepage = "http://
|
29
|
+
s.homepage = "http://github.com/MrJoy/rspec-gc-control"
|
30
30
|
s.licenses = ["MIT"]
|
31
31
|
s.require_paths = ["lib"]
|
32
32
|
s.rubygems_version = "1.8.24"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec-gc-control
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -43,7 +43,7 @@ files:
|
|
43
43
|
- lib/rspec-gc-control/configuration.rb
|
44
44
|
- lib/rspec-gc-control/example.rb
|
45
45
|
- rspec-gc-control.gemspec
|
46
|
-
homepage: http://
|
46
|
+
homepage: http://github.com/MrJoy/rspec-gc-control
|
47
47
|
licenses:
|
48
48
|
- MIT
|
49
49
|
post_install_message:
|
@@ -58,7 +58,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
58
58
|
version: '0'
|
59
59
|
segments:
|
60
60
|
- 0
|
61
|
-
hash: -
|
61
|
+
hash: -586108927766667862
|
62
62
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
63
63
|
none: false
|
64
64
|
requirements:
|