waitforit 0.0.1.pre9 → 0.0.1.pre10
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/waitforit.gemspec +2 -9
- metadata +5 -16
- data/bin/autospec +0 -16
- data/bin/htmldiff +0 -16
- data/bin/jeweler +0 -16
- data/bin/ldiff +0 -16
- data/bin/rake +0 -16
- data/bin/rspec +0 -16
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.1.
|
1
|
+
0.0.1.pre10
|
data/waitforit.gemspec
CHANGED
@@ -5,14 +5,13 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{waitforit}
|
8
|
-
s.version = "0.0.1.
|
8
|
+
s.version = "0.0.1.pre10"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["lashd"]
|
12
|
-
s.date = %q{2011-08-
|
12
|
+
s.date = %q{2011-08-26}
|
13
13
|
s.description = %q{Tired of sleeping when something is supposed to happen? use this to waitforit instead :)}
|
14
14
|
s.email = %q{leon_a_d@yahoo.com}
|
15
|
-
s.executables = ["autospec", "htmldiff", "jeweler", "ldiff", "rake", "rspec"]
|
16
15
|
s.extra_rdoc_files = [
|
17
16
|
"README"
|
18
17
|
]
|
@@ -23,12 +22,6 @@ Gem::Specification.new do |s|
|
|
23
22
|
"README",
|
24
23
|
"Rakefile",
|
25
24
|
"VERSION",
|
26
|
-
"bin/autospec",
|
27
|
-
"bin/htmldiff",
|
28
|
-
"bin/jeweler",
|
29
|
-
"bin/ldiff",
|
30
|
-
"bin/rake",
|
31
|
-
"bin/rspec",
|
32
25
|
"lib/waitforit.rb",
|
33
26
|
"spec/waitforit_spec.rb",
|
34
27
|
"waitforit.gemspec"
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: waitforit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease: 6
|
5
|
-
version: 0.0.1.
|
5
|
+
version: 0.0.1.pre10
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- lashd
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-08-
|
13
|
+
date: 2011-08-26 00:00:00 +01:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
@@ -37,13 +37,8 @@ dependencies:
|
|
37
37
|
version_requirements: *id002
|
38
38
|
description: Tired of sleeping when something is supposed to happen? use this to waitforit instead :)
|
39
39
|
email: leon_a_d@yahoo.com
|
40
|
-
executables:
|
41
|
-
|
42
|
-
- htmldiff
|
43
|
-
- jeweler
|
44
|
-
- ldiff
|
45
|
-
- rake
|
46
|
-
- rspec
|
40
|
+
executables: []
|
41
|
+
|
47
42
|
extensions: []
|
48
43
|
|
49
44
|
extra_rdoc_files:
|
@@ -55,12 +50,6 @@ files:
|
|
55
50
|
- README
|
56
51
|
- Rakefile
|
57
52
|
- VERSION
|
58
|
-
- bin/autospec
|
59
|
-
- bin/htmldiff
|
60
|
-
- bin/jeweler
|
61
|
-
- bin/ldiff
|
62
|
-
- bin/rake
|
63
|
-
- bin/rspec
|
64
53
|
- lib/waitforit.rb
|
65
54
|
- spec/waitforit_spec.rb
|
66
55
|
- waitforit.gemspec
|
@@ -78,7 +67,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
78
67
|
requirements:
|
79
68
|
- - ">="
|
80
69
|
- !ruby/object:Gem::Version
|
81
|
-
hash:
|
70
|
+
hash: 2185935252039615556
|
82
71
|
segments:
|
83
72
|
- 0
|
84
73
|
version: "0"
|
data/bin/autospec
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
#
|
3
|
-
# This file was generated by Bundler.
|
4
|
-
#
|
5
|
-
# The application 'autospec' is installed as part of a gem, and
|
6
|
-
# this file is here to facilitate running it.
|
7
|
-
#
|
8
|
-
|
9
|
-
require 'pathname'
|
10
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
|
11
|
-
Pathname.new(__FILE__).realpath)
|
12
|
-
|
13
|
-
require 'rubygems'
|
14
|
-
require 'bundler/setup'
|
15
|
-
|
16
|
-
load Gem.bin_path('rspec-core', 'autospec')
|
data/bin/htmldiff
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
#
|
3
|
-
# This file was generated by Bundler.
|
4
|
-
#
|
5
|
-
# The application 'htmldiff' is installed as part of a gem, and
|
6
|
-
# this file is here to facilitate running it.
|
7
|
-
#
|
8
|
-
|
9
|
-
require 'pathname'
|
10
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
|
11
|
-
Pathname.new(__FILE__).realpath)
|
12
|
-
|
13
|
-
require 'rubygems'
|
14
|
-
require 'bundler/setup'
|
15
|
-
|
16
|
-
load Gem.bin_path('diff-lcs', 'htmldiff')
|
data/bin/jeweler
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
#
|
3
|
-
# This file was generated by Bundler.
|
4
|
-
#
|
5
|
-
# The application 'jeweler' is installed as part of a gem, and
|
6
|
-
# this file is here to facilitate running it.
|
7
|
-
#
|
8
|
-
|
9
|
-
require 'pathname'
|
10
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
|
11
|
-
Pathname.new(__FILE__).realpath)
|
12
|
-
|
13
|
-
require 'rubygems'
|
14
|
-
require 'bundler/setup'
|
15
|
-
|
16
|
-
load Gem.bin_path('jeweler', 'jeweler')
|
data/bin/ldiff
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
#
|
3
|
-
# This file was generated by Bundler.
|
4
|
-
#
|
5
|
-
# The application 'ldiff' is installed as part of a gem, and
|
6
|
-
# this file is here to facilitate running it.
|
7
|
-
#
|
8
|
-
|
9
|
-
require 'pathname'
|
10
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
|
11
|
-
Pathname.new(__FILE__).realpath)
|
12
|
-
|
13
|
-
require 'rubygems'
|
14
|
-
require 'bundler/setup'
|
15
|
-
|
16
|
-
load Gem.bin_path('diff-lcs', 'ldiff')
|
data/bin/rake
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
#
|
3
|
-
# This file was generated by Bundler.
|
4
|
-
#
|
5
|
-
# The application 'rake' is installed as part of a gem, and
|
6
|
-
# this file is here to facilitate running it.
|
7
|
-
#
|
8
|
-
|
9
|
-
require 'pathname'
|
10
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
|
11
|
-
Pathname.new(__FILE__).realpath)
|
12
|
-
|
13
|
-
require 'rubygems'
|
14
|
-
require 'bundler/setup'
|
15
|
-
|
16
|
-
load Gem.bin_path('rake', 'rake')
|
data/bin/rspec
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
#
|
3
|
-
# This file was generated by Bundler.
|
4
|
-
#
|
5
|
-
# The application 'rspec' is installed as part of a gem, and
|
6
|
-
# this file is here to facilitate running it.
|
7
|
-
#
|
8
|
-
|
9
|
-
require 'pathname'
|
10
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
|
11
|
-
Pathname.new(__FILE__).realpath)
|
12
|
-
|
13
|
-
require 'rubygems'
|
14
|
-
require 'bundler/setup'
|
15
|
-
|
16
|
-
load Gem.bin_path('rspec-core', 'rspec')
|