glue 1.0.1 → 1.0.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.
Files changed (4) hide show
  1. data/History.txt +1 -1
  2. data/README.txt +1 -1
  3. data/lib/glue.rb +1 -1
  4. metadata +1 -1
@@ -1,4 +1,4 @@
1
- === 1.0.0 / 2009-08-25
1
+ === 1.0.2 / 2009-08-25
2
2
 
3
3
  * 1 major enhancement
4
4
 
data/README.txt CHANGED
@@ -102,7 +102,7 @@ You can also request public posts from an account using the same RSS that powers
102
102
 
103
103
  == INSTALL:
104
104
 
105
- * sudo gem install jordandobson-glue -include-dependencies
105
+ * sudo gem install glue -include-dependencies
106
106
 
107
107
  == LICENSE:
108
108
 
@@ -5,7 +5,7 @@ require 'open-uri'
5
5
 
6
6
  module Glue
7
7
 
8
- VERSION = '1.0.1'
8
+ VERSION = '1.0.2'
9
9
  DOMAIN = 'gluenow.com'
10
10
 
11
11
  class AuthError < StandardError; end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glue
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordan Dobson