Skip to content

Commit

Permalink
Updated rspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan/Drew authored and Mworker committed Jan 6, 2016
1 parent 14bab6c commit d1e9ff0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -3,3 +3,5 @@
Gemfile.lock
pkg/*
.rspec
tags
vendor/
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,4 +1,4 @@
source "http://rubygems.org"
source "https://rubygems.org"

# Specify your gem's dependencies in taza.gemspec
gemspec
2 changes: 1 addition & 1 deletion lib/formatters/failing_examples_formatter.rb
@@ -1,4 +1,4 @@
require 'rspec/core/formatters/documentation_formatter'
require 'rspec'

class FailingExamplesFormatter < RSpec::Core::Formatters::DocumentationFormatter

Expand Down
2 changes: 1 addition & 1 deletion lib/taza/version.rb
@@ -1,3 +1,3 @@
module Taza
VERSION = "0.9.2.1"
VERSION = "1.0"
end
4 changes: 2 additions & 2 deletions taza.gemspec
Expand Up @@ -19,13 +19,13 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_runtime_dependency(%q<rake>, [">= 0.9.2"])
s.add_runtime_dependency(%q<mocha>, ["~> 0.9.3"])
s.add_runtime_dependency(%q<rspec>, ["~> 2.6"])
s.add_runtime_dependency(%q<mocha>, [">= 0.9.3"])
s.add_runtime_dependency(%q<user-choices>, ["~> 1.1.6.1"])
s.add_runtime_dependency(%q<Selenium>, ["~> 1.1.14"])
s.add_runtime_dependency(%q<firewatir>, ["~> 1.9.4"])
s.add_runtime_dependency(%q<watir-webdriver>, ["~> 0.4"])
s.add_runtime_dependency(%q<watir>, ["~> 5.0.0"])
s.add_runtime_dependency(%q<activesupport>, [">= 3.1.0"])
s.add_runtime_dependency(%q<thor>, [">= 0.18.1"])
s.add_runtime_dependency(%q<rspec>, ["~> 3.0"])
end

0 comments on commit d1e9ff0

Please sign in to comment.