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.
- data/README.markdown +2 -2
- data/hobo_paperclip.gemspec +0 -0
- data/lib/hobo_paperclip.rb +1 -1
- data/lib/hobo_paperclip/version.rb +1 -1
- metadata +2 -2
data/README.markdown
CHANGED
|
@@ -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
|
|
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/
|
|
32
|
+
gem 'hobo_paperclip', :git => "git://github.com/Hobo/hobo_paperclip.git", :branch => "master"
|
|
33
33
|
|
|
34
34
|
Update your bundle:
|
|
35
35
|
|
data/hobo_paperclip.gemspec
CHANGED
|
Binary file
|
data/lib/hobo_paperclip.rb
CHANGED
|
@@ -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/
|
|
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'
|
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.
|
|
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/
|
|
63
|
+
homepage: https://github.com/hobo/hobo_paperclip
|
|
64
64
|
licenses: []
|
|
65
65
|
post_install_message:
|
|
66
66
|
rdoc_options: []
|