Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
bump and coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Nov 6, 2013
1 parent e691e06 commit ad0192f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
5 changes: 5 additions & 0 deletions coverage/.last_run.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"result": {
"covered_percent": 0.0
}
}
7 changes: 7 additions & 0 deletions coverage/.resultset.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"RSpec": {
"coverage": {
},
"timestamp": 1383761999
}
}
2 changes: 1 addition & 1 deletion importr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.version = Importr::VERSION
s.authors = ["Ernesto Garcia", "Miguel Michelson"]
s.email = ["[email protected]", "[email protected]"]
s.homepage = "http://todo.cl"
s.homepage = "https://github.com/continuum/importr"
s.summary = "Full Stack rails engine for xls import to activerecord."
s.description = "Full Stack rails engine for xls import to activerecord, with process notification through websockets, and activeadmin integration, works with rails 4.0.+."

Expand Down
2 changes: 1 addition & 1 deletion lib/importr/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Importr
VERSION = "0.0.1"
VERSION = "0.0.2"
end

0 comments on commit ad0192f

Please sign in to comment.