flagpole_sitta.gemspec in flagpole_sitta-0.6.0 vs flagpole_sitta.gemspec in flagpole_sitta-0.7.0
- old
+ new
@@ -1,9 +1,7 @@
require File.expand_path("../lib/flagpole_sitta/version", __FILE__)
-# Provide a simple gemspec so you can easily use your enginex
-# project in your rails apps through git.
Gem::Specification.new do |s|
s.name = "flagpole_sitta"
s.version = FlagpoleSitta::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Andrew Rove (Rover)"]
@@ -14,10 +12,9 @@
s.files = `git ls-files`.split("\n")
s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
s.require_path = 'lib'
- #add dependecy here and in the engine file as a required.
-
+ #Dependencies
s.add_dependency('dalli')
end
\ No newline at end of file