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.
- data/History.txt +7 -0
- data/README.txt +1 -1
- data/lib/whitestone/version.rb +1 -1
- metadata +2 -1
data/History.txt
ADDED
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
|
|
31
|
+
Mt Whitestone.exception.message, /invalid first name: 1/
|
|
32
32
|
end
|
|
33
33
|
|
|
34
34
|
D "equality" do
|
data/lib/whitestone/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: whitestone
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 1.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
|