Skip to content

Commit

Permalink
1.3.0 Release
Browse files Browse the repository at this point in the history
- Uses jasmine-core 1.3.0
  jasmine/jasmine@867de62
- Bugfixes
  • Loading branch information
Davis W. Frank & Rajan Agaskar committed Nov 27, 2012
1 parent 7799692 commit d3c1bea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MIT.LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2008-2010 Pivotal Labs
Copyright (c) 2008-2012 Pivotal Labs

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
5 changes: 3 additions & 2 deletions jasmine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Gem::Specification.new do |s|
s.summary = %q{JavaScript BDD framework}
s.description = %q{Test your JavaScript without any framework dependencies, in any environment, and with a nice descriptive syntax.}
s.email = %q{[email protected]}
s.homepage = "http://pivotal.github.com/jasmine"
s.homepage = "http://pivotal.github.com/jasmine/"
s.license = "MIT"

s.files = `git ls-files`.split("\n") | Dir.glob('jasmine/**/*')
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down Expand Up @@ -66,7 +67,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'json_pure'
s.add_development_dependency 'nokogiri'

s.add_dependency 'jasmine-core', ">= 1.2.0"
s.add_dependency 'jasmine-core', ">= 1.3.0"
s.add_dependency 'rack', '~> 1.0'
s.add_dependency 'rspec', '>= 1.3.1'
s.add_dependency 'selenium-webdriver', '>= 0.1.3'
Expand Down
2 changes: 1 addition & 1 deletion lib/jasmine/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Jasmine
VERSION = "1.2.1"
VERSION = "1.3.0"
end

0 comments on commit d3c1bea

Please sign in to comment.