shoes_mvc 0.0.0 → 0.0.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.
Files changed (2) hide show
  1. data/shoes_mvc.gemspec +2 -2
  2. metadata +4 -4
data/shoes_mvc.gemspec CHANGED
@@ -27,12 +27,12 @@ require 'rake'
27
27
 
28
28
  Gem::Specification.new do |s|
29
29
  s.name = "shoes_mvc"
30
- s.version = "0.0.0"
30
+ s.version = "0.0.1"
31
31
  s.date = "2011-11-19"
32
32
  s.summary = "Shoes MVC"
33
33
  s.description = "A basic MVC framework for the Shoes toolkit"
34
34
  s.authors = [ "Andrew S. Townley" ]
35
35
  s.email = "ast@atownley.org"
36
36
  s.files = FileList['lib/**/*.rb', 'test/**/*', '[A-Z]*', 'shoes_mvc.gemspec'].to_a
37
- s.homepage = "http://atownley.org/shoes_mvc"
37
+ s.homepage = "https://github.com/atownley/shoes_mvc"
38
38
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoes_mvc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 0
10
- version: 0.0.0
9
+ - 1
10
+ version: 0.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrew S. Townley
@@ -44,7 +44,7 @@ files:
44
44
  - README.md
45
45
  - shoes_mvc.gemspec
46
46
  has_rdoc: true
47
- homepage: http://atownley.org/shoes_mvc
47
+ homepage: https://github.com/atownley/shoes_mvc
48
48
  licenses: []
49
49
 
50
50
  post_install_message: