rdialogy 0.1.0 → 0.1.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.txt +1 -1
  2. data/lib/rdialogy.rb +1 -1
  3. metadata +3 -3
data/README.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  = rdialogy
2
2
 
3
- * http://rdialogy.rubyforge.com
3
+ * http://github.com/gooch/RDialogy
4
4
 
5
5
  == DESCRIPTION:
6
6
 
data/lib/rdialogy.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  class Rdialogy
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
4
4
 
5
5
  $LOAD_PATH << File.expand_path(File.dirname(__FILE__))
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ross Paine
@@ -105,7 +105,7 @@ files:
105
105
  - spec/passwordbox_spec.rb
106
106
  - spec/spec_helper.rb
107
107
  has_rdoc: true
108
- homepage: http://rdialogy.rubyforge.com
108
+ homepage: http://github.com/gooch/RDialogy
109
109
  licenses: []
110
110
 
111
111
  post_install_message: