indy 0.3.1 → 0.3.2
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 +1 -1
- data/features/step_definitions/support/env.rb +1 -1
- data/lib/indy.rb +1 -1
- data/lib/indy/indy.rb +1 -1
- data/spec/helper.rb +1 -1
- metadata +2 -2
data/History.txt
CHANGED
data/lib/indy.rb
CHANGED
data/lib/indy/indy.rb
CHANGED
data/spec/helper.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: indy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.3.
|
|
5
|
+
version: 0.3.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Franklin Webber
|
|
@@ -187,7 +187,7 @@ files:
|
|
|
187
187
|
homepage: http://github.com/burtlo/Indy
|
|
188
188
|
licenses:
|
|
189
189
|
- MIT
|
|
190
|
-
post_install_message: "\n [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>]\n\n Thank you for installing Indy 0.3.
|
|
190
|
+
post_install_message: "\n [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>]\n\n Thank you for installing Indy 0.3.2 / 2011-08-03.\n\n Changes:\n \n * Patch to ignore simplecov load error\n * See History.txt to review changes from 0.2.0\n \n\n [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>]\n\n "
|
|
191
191
|
rdoc_options:
|
|
192
192
|
- --charset=UTF-8
|
|
193
193
|
require_paths:
|