Skip to content

Commit

Permalink
change paperclip to kt-paperclip
Browse files Browse the repository at this point in the history
  • Loading branch information
ssinghi committed Feb 21, 2022
1 parent 0be51a6 commit 21a22d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions lib/kt-paperclip.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require "paperclip"
8 changes: 4 additions & 4 deletions paperclip.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ $LOAD_PATH.push File.expand_path("../lib", __FILE__)
require 'paperclip/version'

Gem::Specification.new do |s|
s.name = "paperclip"
s.name = "kt-paperclip"
s.version = Paperclip::VERSION
s.platform = Gem::Platform::RUBY
s.author = "Jon Yurek"
s.email = ["jyurek@thoughtbot.com"]
s.homepage = "https://github.com/thoughtbot/paperclip"
s.author = "Surendra Singhi"
s.email = ["ssinghi@kreeti.com"]
s.homepage = "https://github.com/kreeti/kt-paperclip"
s.summary = "File attachments as attributes for ActiveRecord"
s.description = "Easy upload management for ActiveRecord"
s.license = "MIT"
Expand Down

0 comments on commit 21a22d1

Please sign in to comment.