lib/nano_store.rb in nano-store-0.6.2 vs lib/nano_store.rb in nano-store-0.6.3

- old
+ new

@@ -2,19 +2,17 @@ unless defined?(Motion::Project::Config) raise "This file must be required within a RubyMotion project Rakefile." end -require 'bubble-wrap' - Motion::Project::App.setup do |app| Dir.glob(File.join(File.dirname(__FILE__), 'nano_store/*.rb')).each do |file| app.files.unshift(file) end # Load finder and association first app.files.unshift(File.join(File.dirname(__FILE__), 'nano_store/association.rb')) app.files.unshift(File.join(File.dirname(__FILE__), 'nano_store/finder.rb')) app.pods ||= Motion::Project::CocoaPods.new(app) - app.pods.pod 'NanoStore', '2.5.2' -end \ No newline at end of file + app.pods.pod 'NanoStore', '~> 2.6.0' +end