link_header 0.0.1 → 0.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 +5 -1
  2. data/README.rdoc +1 -1
  3. data/lib/link_header.rb +1 -1
  4. metadata +2 -2
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
- == 0.0.1 2009-04-04
1
+ == 0.0.2 2009-07-23
2
+
3
+ * Fix installation instructions
4
+
5
+ == 0.0.1 2009-07-23
2
6
 
3
7
  * Initial release
data/README.rdoc CHANGED
@@ -8,7 +8,7 @@ Converts conforming link headers to and from text, LinkHeader objects and corres
8
8
 
9
9
  == Installation
10
10
 
11
- sudo gem install link-header
11
+ sudo gem install link_header
12
12
 
13
13
  == Author
14
14
 
data/lib/link_header.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require "strscan"
2
2
 
3
3
  class LinkHeader
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
 
6
6
  # an array of Link objects
7
7
  attr_reader :links
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: link_header
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Burrows
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements: []
82
82
 
83
83
  rubyforge_project: link-header
84
- rubygems_version: 1.3.4
84
+ rubygems_version: 1.3.5
85
85
  signing_key:
86
86
  specification_version: 3
87
87
  summary: Converts conforming link headers to and from text, LinkHeader objects and corresponding (JSON-friendly) Array representations.