parse_resource 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.4.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "parse_resource"
8
- s.version = "1.4.0"
8
+ s.version = "1.4.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Alan deLevie"]
@@ -26,6 +26,11 @@ Gem::Specification.new do |s|
26
26
  "VERSION",
27
27
  "lib/parse_resource.rb",
28
28
  "parse_resource.gemspec",
29
+ "rdoc/ParseResource.html",
30
+ "rdoc/created.rid",
31
+ "rdoc/index.html",
32
+ "rdoc/lib/parse_resource_rb.html",
33
+ "rdoc/rdoc.css",
29
34
  "test/helper.rb",
30
35
  "test/test_parse_resource.rb",
31
36
  "test/test_subclass.rb"