hobo_clean 1.4.0.pre4 → 1.4.0.pre5

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 (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/hobo_clean.rb +1 -1
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0.pre4
1
+ 1.4.0.pre5
data/lib/hobo_clean.rb CHANGED
@@ -4,7 +4,7 @@ module HoboClean
4
4
  @@root = Pathname.new File.expand_path('../..', __FILE__)
5
5
  def self.root; @@root; end
6
6
 
7
- EDIT_LINK_BASE = "https://github.com/tablatom/hobo_tree_table/edit/master/hobo_clean"
7
+ EDIT_LINK_BASE = "https://github.com/tablatom/hobo/edit/master/hobo_clean"
8
8
 
9
9
  require 'hobo_clean/railtie' if defined?(Rails)
10
10
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: hobo_clean
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 1.4.0.pre4
5
+ version: 1.4.0.pre5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tom Locke, James Garlick
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-03-28 00:00:00 Z
13
+ date: 2012-04-23 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: hobo
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - "="
22
22
  - !ruby/object:Gem::Version
23
- version: 1.4.0.pre4
23
+ version: 1.4.0.pre5
24
24
  type: :runtime
25
25
  version_requirements: *id001
26
26
  description: |