Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
Prep for initial release
Browse files Browse the repository at this point in the history
- Add bundler rake tasks for releasing and update version
  • Loading branch information
Gregg Van Hove committed Sep 27, 2013
1 parent e3c6852 commit 68dda05
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
*.gem
*.rbc
.bundle
.config
.yardoc
Gemfile.lock
InstalledFiles
_yardoc
coverage
doc/
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require "bundler/gem_tasks"
require 'rspec/core/rake_task'

desc "Run all specs in spec directory (excluding plugin specs)"
Expand Down
2 changes: 1 addition & 1 deletion lib/jasmine/runners/selenium/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Jasmine
module Runners
class Selenium
VERSION = "0.1"
VERSION = "0.1.0"
end
end
end
Expand Down

0 comments on commit 68dda05

Please sign in to comment.