sinatra-controllers 0.1.0 → 0.1.1

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,5 +1,5 @@
1
1
  module Sinatra
2
2
  module Controllers
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ['Daniel Bretoi']
9
9
  s.email = []
10
- s.homepage = "http://rubygems.org/gems/sinatra-controllers"
10
+ s.homepage = "https://github.com/danielb2/sinatra-controllers"
11
11
  s.summary = "Adds controllers to Sinatra"
12
12
  s.description = "Adds controllers to Sinatra"
13
13
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Bretoi
@@ -99,7 +99,7 @@ files:
99
99
  - test/fixtures/views/fringe.haml
100
100
  - test/watchr.rb
101
101
  has_rdoc: true
102
- homepage: http://rubygems.org/gems/sinatra-controllers
102
+ homepage: https://github.com/danielb2/sinatra-controllers
103
103
  licenses: []
104
104
 
105
105
  post_install_message: