hobo_paperclip 0.0.2 → 0.0.4

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.
@@ -18,7 +18,7 @@ It adds two small things:
18
18
  <%= file_field_tag param_name_for_this, attributes %>
19
19
  </def>
20
20
 
21
- (to get this, you need `<include src="paperclip" plugin="paperclip_with_hobo"/>` in application.dryml)
21
+ (to get this, you need `<include gem='hobo_paperclip'/>` in front_site.dryml)
22
22
 
23
23
 
24
24
  ### Installation
@@ -29,7 +29,7 @@ Paperclip is required so add it to your gemfile if you don't have it alread
29
29
 
30
30
  Add hobo_paperclip to your gemfile
31
31
 
32
- gem 'hobo_paperclip', :git => "git://github.com/bsleys/hobo_paperclip.git", :branch => "master"
32
+ gem 'hobo_paperclip', :git => "git://github.com/Hobo/hobo_paperclip.git", :branch => "master"
33
33
 
34
34
  Update your bundle:
35
35
 
Binary file
@@ -3,7 +3,7 @@ module HoboPaperclip
3
3
  @@root = Pathname.new File.expand_path('../..', __FILE__)
4
4
  def self.root; @@root; end
5
5
 
6
- EDIT_LINK_BASE = 'https://github.com/bsleys/hobo_paperclip/edit/master'
6
+ EDIT_LINK_BASE = 'https://github.com/Hobo/hobo_paperclip/edit/master'
7
7
 
8
8
  if defined?(Rails)
9
9
  require 'hobo_paperclip/railtie'
@@ -1,3 +1,3 @@
1
1
  module HoboPaperclip
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hobo_paperclip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -60,7 +60,7 @@ files:
60
60
  - lib/hobo_paperclip/railtie.rb
61
61
  - lib/hobo_paperclip/version.rb
62
62
  - taglibs/hobo_paperclip.dryml
63
- homepage: https://github.com/bsleys/hobo_paperclip
63
+ homepage: https://github.com/hobo/hobo_paperclip
64
64
  licenses: []
65
65
  post_install_message:
66
66
  rdoc_options: []