tasteful_routes 0.1.2 → 0.1.3

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.
@@ -1,3 +1,3 @@
1
1
  module TastefulRoutes
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -7,14 +7,11 @@ Gem::Specification.new do |s|
7
7
  s.version = TastefulRoutes::VERSION
8
8
  s.authors = ["Icelab", "Hugh Evans"]
9
9
  s.email = "hugh@artpop.com.au"
10
- s.homepage = "http://github.com/icelab/tasteful_routes"
10
+ s.homepage = "http://github.com/icelab/tasteful-routes"
11
11
  s.summary = %q{An opinionated variation of the standard Rails
12
12
  RESTful routes that has singular member action URLs.}
13
13
  s.description = %q{An opinionated variation of the standard Rails
14
- RESTful routes that has singular member action URLs. For
15
- example, /job/1 instead of /jobs/1. The collection
16
- methods continue to operate on the plural /jobs (index
17
- and create).}
14
+ RESTful routes that has singular member action URLs.}
18
15
 
19
16
  s.rubyforge_project = "tasteful_routes"
20
17
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: tasteful_routes
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.2
5
+ version: 0.1.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Icelab
@@ -38,10 +38,7 @@ dependencies:
38
38
  version_requirements: *id002
39
39
  description: |-
40
40
  An opinionated variation of the standard Rails
41
- RESTful routes that has singular member action URLs. For
42
- example, /job/1 instead of /jobs/1. The collection
43
- methods continue to operate on the plural /jobs (index
44
- and create).
41
+ RESTful routes that has singular member action URLs.
45
42
  email: hugh@artpop.com.au
46
43
  executables: []
47
44
 
@@ -60,7 +57,7 @@ files:
60
57
  - spec/spec_helper.rb
61
58
  - tastful_routes.gemspec
62
59
  has_rdoc: true
63
- homepage: http://github.com/icelab/tasteful_routes
60
+ homepage: http://github.com/icelab/tasteful-routes
64
61
  licenses: []
65
62
 
66
63
  post_install_message: