path-to 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +4 -0
  2. data/Rakefile +1 -0
  3. data/lib/path-to.rb +1 -1
  4. metadata +11 -1
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.3.1 2009-05-08
2
+
3
+ * Add gem dependency on described_routes
4
+
1
5
  == 0.3.0 2009-05-08
2
6
 
3
7
  * Add http_options to Application, to be passed through to the HTTP client with requests
data/Rakefile CHANGED
@@ -13,6 +13,7 @@ $hoe = Hoe.new('path-to', PathTo::VERSION) do |p|
13
13
  p.extra_deps = [
14
14
  ['httparty','>= 0.4.2'],
15
15
  ['addressable','>= 2.0.2'],
16
+ ['described_routes','>= 0.3.5']
16
17
  ]
17
18
  p.extra_dev_deps = [
18
19
  ['newgem', ">= #{::Newgem::VERSION}"]
data/lib/path-to.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module PathTo
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
4
4
 
5
5
  $:.push File.dirname(__FILE__)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: path-to
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Burrows (asplake)
@@ -32,6 +32,16 @@ dependencies:
32
32
  - !ruby/object:Gem::Version
33
33
  version: 2.0.2
34
34
  version:
35
+ - !ruby/object:Gem::Dependency
36
+ name: described_routes
37
+ type: :runtime
38
+ version_requirement:
39
+ version_requirements: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: 0.3.5
44
+ version:
35
45
  - !ruby/object:Gem::Dependency
36
46
  name: newgem
37
47
  type: :development