chai-backbone-rails 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["matthijs.groen@gmail.com"]
7
7
  gem.description = %q{Chai.js matchers for Backbone.js framework}
8
8
  gem.summary = %q{A set of assertion matchers to test Backbone code using Konacha in Rails}
9
- gem.homepage = ""
9
+ gem.homepage = "https://github.com/matthijsgroen/chai-backbone-rails"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,7 +1,7 @@
1
1
  module Chai
2
2
  module Backbone
3
3
  module Rails
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chai-backbone-rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matthijs Groen
@@ -44,7 +44,7 @@ files:
44
44
  - vendor/assets/javascripts/spec/chai-backbone_spec.js.coffee
45
45
  - vendor/assets/javascripts/spec/chai-sinon_spec.js.coffee
46
46
  - vendor/assets/javascripts/spec/factory_spec.js.coffee
47
- homepage: ""
47
+ homepage: https://github.com/matthijsgroen/chai-backbone-rails
48
48
  licenses: []
49
49
 
50
50
  post_install_message: