Skip to content

Commit

Permalink
Rubygem configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dce committed Nov 28, 2012
1 parent 85fce07 commit 92eadb5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
stat_board (0.0.1) stat_board (0.1.0)
rails (~> 3.2) rails (~> 3.2)


GEM GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/stat_board/version.rb
@@ -1,3 +1,3 @@
module StatBoard module StatBoard
VERSION = "0.0.1" VERSION = "0.1.0"
end end
11 changes: 5 additions & 6 deletions stat_board.gemspec
Expand Up @@ -7,17 +7,16 @@ require "stat_board/version"
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "stat_board" s.name = "stat_board"
s.version = StatBoard::VERSION s.version = StatBoard::VERSION
s.authors = ["TODO: Your name"] s.authors = ["David Eisinger"]
s.email = ["TODO: Your email"] s.email = ["david.eisinger@viget.com"]
s.homepage = "TODO" s.homepage = "https://github.com/vigetlabs/stat_board"
s.summary = "TODO: Summary of StatBoard." s.summary = "Simple dashboard of records created this week, this month, and all time, mountable as a Rails Engine."
s.description = "TODO: Description of StatBoard." s.description = "Simple dashboard of records created this week, this month, and all time, mountable as a Rails Engine."


s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"] s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["test/**/*"] s.test_files = Dir["test/**/*"]


s.add_dependency "rails", "~> 3.2" s.add_dependency "rails", "~> 3.2"
# s.add_dependency "jquery-rails"


s.add_development_dependency "sqlite3" s.add_development_dependency "sqlite3"
s.add_development_dependency "rspec-rails" s.add_development_dependency "rspec-rails"
Expand Down

0 comments on commit 92eadb5

Please sign in to comment.