Rakefile in modjs-architecture-0.1.0 vs Rakefile in modjs-architecture-0.1.1
- old
+ new
@@ -21,10 +21,10 @@
gem.description = %Q{Mod.js is a modular javascript library that provides a base application strucure to build large javascript applications. Mod.js is designed to work with architecture.js.}
gem.email = "daytonn@gmail.com"
gem.authors = ["Dayton Nolan"]
# Include your dependencies below. Runtime dependencies are required when using your gem,
# and development dependencies are only needed for development (ie running rake tasks, tests, etc)
- # gem.add_runtime_dependency 'jabber4r', '> 0.1'
+ gem.add_runtime_dependency "architecture-js", "~> 0.1.11"
# gem.add_development_dependency 'rspec', '> 1.2.3'
end
Jeweler::RubygemsDotOrgTasks.new
require 'rspec/core'
\ No newline at end of file