qunited 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module QUnited
2
- VERSION = '0.5.0'
2
+ VERSION = '0.5.1'
3
3
  end
data/qunited.gemspec CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
6
  s.name = "qunited"
7
7
  s.version = QUnited::VERSION
8
8
  s.authors = ["Aaron Royer"]
9
- s.email = ["aaronroyer@gmail.com"]
9
+ s.email = ["aaronroyer@gmail.com", "thomsbg@gmail.com"]
10
10
  s.homepage = "https://github.com/aaronroyer/qunited"
11
11
  s.summary = %q{QUnit tests in your build}
12
12
  s.description = %q{QUnited runs headless QUnit tests as part of your normal build}
metadata CHANGED
@@ -1,19 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qunited
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
5
- prerelease:
4
+ version: 0.5.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Aaron Royer
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-05-10 00:00:00.000000000 Z
11
+ date: 2013-05-14 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: QUnited runs headless QUnit tests as part of your normal build
15
14
  email:
16
15
  - aaronroyer@gmail.com
16
+ - thomsbg@gmail.com
17
17
  executables:
18
18
  - qunited
19
19
  extensions: []
@@ -80,27 +80,26 @@ files:
80
80
  - test/unit/test_runner.rb
81
81
  homepage: https://github.com/aaronroyer/qunited
82
82
  licenses: []
83
+ metadata: {}
83
84
  post_install_message:
84
85
  rdoc_options: []
85
86
  require_paths:
86
87
  - lib
87
88
  required_ruby_version: !ruby/object:Gem::Requirement
88
- none: false
89
89
  requirements:
90
- - - ! '>='
90
+ - - '>='
91
91
  - !ruby/object:Gem::Version
92
92
  version: '0'
93
93
  required_rubygems_version: !ruby/object:Gem::Requirement
94
- none: false
95
94
  requirements:
96
- - - ! '>='
95
+ - - '>='
97
96
  - !ruby/object:Gem::Version
98
97
  version: '0'
99
98
  requirements: []
100
99
  rubyforge_project: qunited
101
- rubygems_version: 1.8.23
100
+ rubygems_version: 2.0.0
102
101
  signing_key:
103
- specification_version: 3
102
+ specification_version: 4
104
103
  summary: QUnit tests in your build
105
104
  test_files:
106
105
  - test/fixtures/basic_project/app/assets/javascripts/application.js