test_internals 1.0.0 → 1.0.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.
Files changed (3) hide show
  1. data/README +3 -1
  2. data/test_internals.gemspec +2 -2
  3. metadata +5 -5
data/README CHANGED
@@ -79,4 +79,6 @@ See rdoc for additional details.
79
79
 
80
80
  == License
81
81
 
82
- TestInternals is released under the GPLv3 license.
82
+ TestInternals is released under the {LGPLv3 license}[link:../../license/lgpl].
83
+
84
+ link:../../license/lgplv3-88x31.png
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'test_internals'
3
- s.version = '1.0.0'
3
+ s.version = '1.0.1'
4
4
 
5
5
  s.summary = 'Allows tests to check the stack trace, ' +
6
6
  'parameters, private methods, and class variables.'
@@ -16,7 +16,7 @@ parameters were sent to a method. This results in cotton candy goodness for all.
16
16
  s.email = 'tthetoad@gmail.com'
17
17
  s.homepage = 'http://www.bitbucket.org/ToadJamb/gems_test_internals'
18
18
 
19
- s.license = 'GPLv3'
19
+ s.license = 'LGPLv3'
20
20
 
21
21
  s.extra_rdoc_files << 'README'
22
22
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 0
9
- version: 1.0.0
8
+ - 1
9
+ version: 1.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Travis Herrick
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-08-15 00:00:00 -04:00
17
+ date: 2011-09-30 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -71,7 +71,7 @@ files:
71
71
  has_rdoc: true
72
72
  homepage: http://www.bitbucket.org/ToadJamb/gems_test_internals
73
73
  licenses:
74
- - GPLv3
74
+ - LGPLv3
75
75
  post_install_message:
76
76
  rdoc_options: []
77
77
 
@@ -82,7 +82,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
82
82
  requirements:
83
83
  - - ">="
84
84
  - !ruby/object:Gem::Version
85
- hash: 2800249786482312969
85
+ hash: -3586552974582025171
86
86
  segments:
87
87
  - 0
88
88
  version: "0"