whitestone 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.
@@ -0,0 +1,7 @@
1
+ === 1.0.1 / 2012-01-02
2
+
3
+ * Correction in README.txt
4
+
5
+ === 1.0.0 / 2012-01-02
6
+
7
+ * First release (not announced)
data/README.txt CHANGED
@@ -28,7 +28,7 @@ Example of test code, demonstrating many assertions:
28
28
 
29
29
  D "graceful error message if badly initialized" do
30
30
  E(Person::Error) { Person.new(1, 2, 3) }
31
- Mt Attest.exception.message, /invalid first name: 1/
31
+ Mt Whitestone.exception.message, /invalid first name: 1/
32
32
  end
33
33
 
34
34
  D "equality" do
@@ -1,3 +1,3 @@
1
1
  module Whitestone
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: whitestone
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.0
5
+ version: 1.0.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Gavin Sinclair
@@ -57,6 +57,7 @@ extra_rdoc_files: []
57
57
  files:
58
58
  - .gitignore
59
59
  - Gemfile
60
+ - History.txt
60
61
  - LICENSE
61
62
  - README.txt
62
63
  - Rakefile