Skip to content

Commit

Permalink
Remove circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pedantic-git committed Sep 22, 2016
1 parent ebc7a09 commit 7686c92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions administrate-field-image.gemspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
$:.push File.expand_path("../lib", __FILE__)

require "administrate/field/image"

Gem::Specification.new do |gem|
gem.name = "administrate-field-image"
gem.version = Administrate::Field::Image::VERSION
gem.version = "0.0.2"
gem.authors = ["Grayson Wright"]
gem.email = ["wright.grayson@gmail.com"]
gem.homepage = "https://github.com/graysonwright/administrate_field_image"
Expand Down
2 changes: 0 additions & 2 deletions lib/administrate/field/image.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
module Administrate
module Field
class Image < Administrate::Field::Base
VERSION = "0.0.2"

class Engine < ::Rails::Engine
end
end
Expand Down

0 comments on commit 7686c92

Please sign in to comment.