bondage 0.1.1 → 0.1.2

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 (4) hide show
  1. data/History.txt +4 -0
  2. data/Rakefile +1 -0
  3. data/lib/bondage.rb +1 -1
  4. metadata +7 -4
@@ -1,3 +1,7 @@
1
+ == 0.1.2 2010-01-17
2
+
3
+ * Readme file now included in rdoc
4
+
1
5
  == 0.1.1 2009-11-08
2
6
 
3
7
  * Updated newgem
data/Rakefile CHANGED
@@ -14,6 +14,7 @@ $hoe = Hoe.spec 'bondage' do
14
14
  self.developer 'Justin Love', 'git@JustinLove.name'
15
15
  self.rubyforge_name = self.name # TODO this is default value
16
16
  # self.extra_deps = [['activesupport','>= 2.0.2']]
17
+ self.extra_rdoc_files = ['README.rdoc']
17
18
 
18
19
  end
19
20
 
@@ -6,7 +6,7 @@ $:.unshift(File.dirname(__FILE__)) unless
6
6
  #:include:synopsis.rb
7
7
 
8
8
  module Bondage
9
- VERSION = '0.1.1'
9
+ VERSION = '0.1.2'
10
10
 
11
11
  # Adds "+Bondage" to default string
12
12
  def to_s
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bondage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Love
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-08 00:00:00 -06:00
12
+ date: 2010-01-17 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -32,6 +32,7 @@ extensions: []
32
32
  extra_rdoc_files:
33
33
  - History.txt
34
34
  - Manifest.txt
35
+ - README.rdoc
35
36
  files:
36
37
  - History.txt
37
38
  - Manifest.txt
@@ -50,6 +51,8 @@ files:
50
51
  - tasks/rspec.rake
51
52
  has_rdoc: true
52
53
  homepage: http://github.com/JustinLove/bondage
54
+ licenses: []
55
+
53
56
  post_install_message:
54
57
  rdoc_options:
55
58
  - --main
@@ -71,9 +74,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
74
  requirements: []
72
75
 
73
76
  rubyforge_project: bondage
74
- rubygems_version: 1.3.1
77
+ rubygems_version: 1.3.5
75
78
  signing_key:
76
- specification_version: 2
79
+ specification_version: 3
77
80
  summary: class Binding stinks, module Bondage stinks less
78
81
  test_files: []
79
82