gabrielg-xultestrunner 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -0,0 +1 @@
1
+ warn("There isn't much here, buddy. Just us lonely old Ruby files.")
@@ -1,7 +1,7 @@
1
1
  [App]
2
2
  Name=XULTestRunner
3
- Version=0.1.0
4
- BuildID=a8de3f80-a874-4802-9c8f-60c958660398
3
+ Version=0.1.1
4
+ BuildID=93cb1ffb-a454-4b54-8159-d05eafd80fcd
5
5
  ID=XULTestRunner@conflagrationjs.org
6
6
  Vendor=Conflagration JS
7
7
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{xultestrunner}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Gabriel Gironda"]
@@ -25,6 +25,7 @@ Gem::Specification.new do |s|
25
25
  "Rakefile",
26
26
  "VERSION",
27
27
  "bin/xultest",
28
+ "lib/xultestrunner.rb",
28
29
  "xulapp/application.ini",
29
30
  "xulapp/chrome/chrome.manifest",
30
31
  "xulapp/chrome/content/lib/shortcuts.js",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gabrielg-xultestrunner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Gironda
@@ -29,6 +29,7 @@ files:
29
29
  - Rakefile
30
30
  - VERSION
31
31
  - bin/xultest
32
+ - lib/xultestrunner.rb
32
33
  - xulapp/application.ini
33
34
  - xulapp/chrome/chrome.manifest
34
35
  - xulapp/chrome/content/lib/shortcuts.js