rubydoctest 1.1.4 → 1.1.5

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: 1930d4494726b6a036e87c6dd9c08ada785adf1e
4
- data.tar.gz: f49be63bb0634c250712b2e1bd89e6914a69c820
3
+ metadata.gz: 057a8a3ce512c119df73ab20b8439b098c909d1b
4
+ data.tar.gz: 9e6c587e57ef005c50eaa66e3ff378bd7b060abe
5
5
  SHA512:
6
- metadata.gz: 82c55375b6d1a63c879ac864fa95569df679089431566f0097e359bcf110401ed337628fa6168c74217b32f4627d5516789d255a117315ff35423f61011cb953
7
- data.tar.gz: 2395f426dca46aeae15b7ff55f8879e6b23c308fb98615ab9e0a64e0800ed813e461a9395f3af94bdd4221a253a5942984b453e3af13bac164689685e1c07a2e
6
+ metadata.gz: 09b2a8cb679ea604574af02bb5a75f793b61bccdd2f3e909da87e9afb7b7d2ef304974d5006b04e1c750ca0672d6effe4373ddc66c6fff1b48661febdd521648
7
+ data.tar.gz: 5ce3a79f8a0d931a0e8d29dd1da0f9387482f50f9274d36e1588fd44be9c83830b7179b9e9686a26f738ea5ce7c9cccec1b42c945d95786cd4b18aeda1ac2f89
@@ -2,7 +2,7 @@ module Rubydoctest #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 1
5
- TINY = 4
5
+ TINY = 5
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "rubydoctest"
3
- s.version = "1.1.4"
3
+ s.version = "1.1.5"
4
4
 
5
5
  s.specification_version = 2 if s.respond_to? :specification_version=
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Duane Johnson", "Tom Locke", "Dr Nic Williams"]
9
- s.date = "2008-12-06"
9
+ s.date = "2014-12-31"
10
10
  s.default_executable = "rubydoctest"
11
11
  s.description = "Ruby version of Python's doctest tool, but a bit different."
12
12
  s.email = ["duane.johnson@gmail.com"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubydoctest
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
  - Duane Johnson
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2008-12-06 00:00:00.000000000 Z
13
+ date: 2014-12-31 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: Ruby version of Python's doctest tool, but a bit different.
16
16
  email: