webs 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.
Files changed (5) hide show
  1. data/README.rdoc +1 -6
  2. data/Rakefile +1 -1
  3. data/lib/webs.rb +1 -1
  4. data/webs.gemspec +1 -1
  5. metadata +3 -3
data/README.rdoc CHANGED
@@ -42,15 +42,10 @@ Please refer to TODO file.
42
42
 
43
43
  == Maintainers
44
44
 
45
- * José Valim (http://github.com/josevalim)
46
- * Carlos Antônio da Silva (http://github.com/carlosantoniodasilva)
45
+ * Chuck Olczak (http://github.com/colczak)
47
46
 
48
47
  == Contributors
49
48
 
50
- We have a long list of valued contributors. Check them all at:
51
-
52
- http://github.com/plataformatec/devise/contributors
53
-
54
49
  == Bugs and Feedback
55
50
 
56
51
  If you discover any bugs, please keep them to yourself.
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require 'rubygems'
3
3
  require 'rake'
4
4
  require 'echoe'
5
5
 
6
- Echoe.new('webs', '0.1.0') do |p|
6
+ Echoe.new('webs', '0.1.1') do |p|
7
7
  p.description = "Reusable webs stuff."
8
8
  p.url = "https://colczak@github.com/websdev/websgem.git"
9
9
  p.author = "Chuck Olczak"
data/lib/webs.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  dir = Pathname(__FILE__).dirname.expand_path
2
2
 
3
3
  module Webs
4
- VERSION = "0.1.0".freeze
4
+ VERSION = "0.1.1".freeze
5
5
 
6
6
  ANYONE = 0
7
7
  LIMITED = 1
data/webs.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{webs}
5
- s.version = "0.1.0"
5
+ s.version = "0.1.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Chuck Olczak"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webs
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chuck Olczak