Skip to content

Commit

Permalink
add rails 4 support, closes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
goshacmd committed Jul 3, 2013
1 parent 6f4f4f1 commit 3532b9b
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 83 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
nsa_panel (0.0.6)
rails (~> 3.2.12)
nsa_panel (0.1.0)
rails (>= 3.2.12, < 5)

GEM
remote: http://rubygems.org/
Expand Down
14 changes: 0 additions & 14 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,4 @@ end
APP_RAKEFILE = File.expand_path("../test/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'



Bundler::GemHelper.install_tasks

require 'rake/testtask'

Rake::TestTask.new(:test) do |t|
t.libs << 'lib'
t.libs << 'test'
t.pattern = 'test/**/*_test.rb'
t.verbose = false
end


task :default => :test
2 changes: 1 addition & 1 deletion lib/nsa_panel/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module NsaPanel
VERSION = '0.0.6'
VERSION = '0.1.0'
end
3 changes: 1 addition & 2 deletions nsa_panel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["test/**/*"]

s.add_dependency "rails", "~> 3.2.12"
# s.add_dependency "jquery-rails"
s.add_dependency "rails", ">= 3.2.12", "< 5"

s.add_development_dependency "sqlite3"
end
9 changes: 0 additions & 9 deletions test/functional/nsa_panel/dashboard_controller_test.rb

This file was deleted.

11 changes: 0 additions & 11 deletions test/functional/nsa_panel/data_controller_test.rb

This file was deleted.

10 changes: 0 additions & 10 deletions test/integration/navigation_test.rb

This file was deleted.

7 changes: 0 additions & 7 deletions test/nsa_panel_test.rb

This file was deleted.

15 changes: 0 additions & 15 deletions test/test_helper.rb

This file was deleted.

6 changes: 0 additions & 6 deletions test/unit/helpers/nsa_panel/dashboard_helper_test.rb

This file was deleted.

6 changes: 0 additions & 6 deletions test/unit/helpers/nsa_panel/data_helper_test.rb

This file was deleted.

0 comments on commit 3532b9b

Please sign in to comment.