goat 0.3.15 → 0.3.16

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/goat.gemspec +1 -1
  2. data/lib/goat.rb +0 -2
  3. data/lib/goat/common.rb +2 -0
  4. metadata +4 -4
data/goat.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  spec = Gem::Specification.new do |s|
2
2
  s.name = 'goat'
3
- s.version = '0.3.15'
3
+ s.version = '0.3.16'
4
4
  s.summary = 'Pre-release beta version of Goat'
5
5
  s.author = 'Patrick Collison'
6
6
  s.email = 'patrick@collison.ie'
data/lib/goat.rb CHANGED
@@ -56,8 +56,6 @@ class String
56
56
  end
57
57
 
58
58
  module Goat
59
- class HTMLString < String; end
60
-
61
59
  include Goat::Log
62
60
 
63
61
  class << self
data/lib/goat/common.rb CHANGED
@@ -1,4 +1,6 @@
1
1
  module Goat
2
+ class HTMLString < String; end
3
+
2
4
  def self.version
3
5
  specpath = File.join(File.dirname(__FILE__), '../../goat.gemspec')
4
6
  Gem::Specification.load(specpath).version.to_s
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: goat
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 51
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 15
10
- version: 0.3.15
9
+ - 16
10
+ version: 0.3.16
11
11
  platform: ruby
12
12
  authors:
13
13
  - Patrick Collison
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-22 00:00:00 +00:00
18
+ date: 2010-11-24 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies: []
21
21