ric 0.11.14 → 0.11.15
Sign up to get free protection for your applications and to get access to all the features.
- data/HISTORY.yml +2 -0
- data/Manifest +2 -1
- data/N_FAILTING_TEST +1 -0
- data/VERSION +1 -1
- data/bin/septober +3 -4
- data/rake_test.20110323-101916 +8 -0
- data/ric.gemspec +3 -3
- metadata +7 -5
data/HISTORY.yml
CHANGED
data/Manifest
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
HISTORY.yml
|
2
2
|
LICENSE
|
3
3
|
Manifest
|
4
|
+
N_FAILTING_TEST
|
4
5
|
README.md
|
5
6
|
Rakefile
|
6
7
|
TODO
|
@@ -24,7 +25,7 @@ lib/ruby_classes/arrays.rb
|
|
24
25
|
lib/ruby_classes/strings.rb
|
25
26
|
lib/tmp/uniquify.rb
|
26
27
|
rails/init.rb
|
27
|
-
|
28
|
+
rake_test.20110323-101916
|
28
29
|
sbin/reboot.rb
|
29
30
|
sbin/ric_reboot.rb
|
30
31
|
test/sample_conf.yml
|
data/N_FAILTING_TEST
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
20110323-101921 slartibartfast.heanet.ie 0 tests, 0 assertions, 0 failures, 0 errors # timeout 7 to 14 secs
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.11.
|
1
|
+
0.11.15
|
data/bin/septober
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
###########################################################
|
21
21
|
=end
|
22
22
|
|
23
|
-
$PROG_VER = '0.9.
|
23
|
+
$PROG_VER = '0.9.9'
|
24
24
|
|
25
25
|
=begin
|
26
26
|
@history:
|
@@ -33,7 +33,6 @@
|
|
33
33
|
0.9.2 2011-02-04 'add' operation succefully added!
|
34
34
|
0.9.1 2011-01-18 First version
|
35
35
|
=end
|
36
|
-
|
37
36
|
|
38
37
|
require 'optparse'
|
39
38
|
require 'rubygems'
|
@@ -51,7 +50,7 @@
|
|
51
50
|
:septober_url => 'http://septober.heroku.com/' ,
|
52
51
|
:dflt_config_file => '~/.septober.yml' ,
|
53
52
|
:local => false ,
|
54
|
-
:timeout =>
|
53
|
+
:timeout => 14 ,
|
55
54
|
}
|
56
55
|
|
57
56
|
def init
|
@@ -361,4 +360,4 @@ SAMPLE_YML_CONFIG
|
|
361
360
|
|
362
361
|
#########################################################
|
363
362
|
# real program...
|
364
|
-
main()
|
363
|
+
main()
|
data/ric.gemspec
CHANGED
@@ -2,18 +2,18 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{ric}
|
5
|
-
s.version = "0.11.
|
5
|
+
s.version = "0.11.15"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Riccardo Carlesso"]
|
9
|
-
s.date = %q{2011-
|
9
|
+
s.date = %q{2011-03-23}
|
10
10
|
s.description = %q{My first gem with various utilities (colors and tests now).
|
11
11
|
My name is Riccardo, hence 'ric' (ok I admit it, this was just ot prove Im able to build a sentence
|
12
12
|
with hence!)}
|
13
13
|
s.email = %q{['p','ll','diusbonton].join('a') @ gmail.com}
|
14
14
|
s.executables = ["itunes", "ric", "riclib-test", "septober", "xcopy"]
|
15
15
|
s.extra_rdoc_files = ["LICENSE", "README.md", "TODO", "bin/itunes", "bin/ric", "bin/riclib-test", "bin/septober", "bin/xcopy", "lib/rails/acts_as_carlesso.rb", "lib/rails/helpers/rails_helper.rb", "lib/ric.rb", "lib/ric/colors.rb", "lib/ric/conf.rb", "lib/ric/debug.rb", "lib/ric/files.rb", "lib/ric/html.rb", "lib/ric/zibaldone.rb", "lib/ruby_classes/arrays.rb", "lib/ruby_classes/strings.rb", "lib/tmp/uniquify.rb"]
|
16
|
-
s.files = ["HISTORY.yml", "LICENSE", "Manifest", "README.md", "Rakefile", "TODO", "VERSION", "bin/itunes", "bin/ric", "bin/riclib-test", "bin/septober", "bin/xcopy", "init.rb", "lib/rails/acts_as_carlesso.rb", "lib/rails/helpers/rails_helper.rb", "lib/ric.rb", "lib/ric/colors.rb", "lib/ric/conf.rb", "lib/ric/debug.rb", "lib/ric/files.rb", "lib/ric/html.rb", "lib/ric/zibaldone.rb", "lib/ruby_classes/arrays.rb", "lib/ruby_classes/strings.rb", "lib/tmp/uniquify.rb", "rails/init.rb", "
|
16
|
+
s.files = ["HISTORY.yml", "LICENSE", "Manifest", "N_FAILTING_TEST", "README.md", "Rakefile", "TODO", "VERSION", "bin/itunes", "bin/ric", "bin/riclib-test", "bin/septober", "bin/xcopy", "init.rb", "lib/rails/acts_as_carlesso.rb", "lib/rails/helpers/rails_helper.rb", "lib/ric.rb", "lib/ric/colors.rb", "lib/ric/conf.rb", "lib/ric/debug.rb", "lib/ric/files.rb", "lib/ric/html.rb", "lib/ric/zibaldone.rb", "lib/ruby_classes/arrays.rb", "lib/ruby_classes/strings.rb", "lib/tmp/uniquify.rb", "rails/init.rb", "rake_test.20110323-101916", "sbin/reboot.rb", "sbin/ric_reboot.rb", "test/sample_conf.yml", "test/strings_helper.rb", "test/test_helper.rb", "var/www/index.html", "ric.gemspec"]
|
17
17
|
s.homepage = %q{http://github.com/palladius/riclib}
|
18
18
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Ric", "--main", "README.md"]
|
19
19
|
s.require_paths = ["lib"]
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ric
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 45
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 11
|
9
|
-
-
|
10
|
-
version: 0.11.
|
9
|
+
- 15
|
10
|
+
version: 0.11.15
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Riccardo Carlesso
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-03-23 00:00:00 +00:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|
@@ -57,6 +57,7 @@ files:
|
|
57
57
|
- HISTORY.yml
|
58
58
|
- LICENSE
|
59
59
|
- Manifest
|
60
|
+
- N_FAILTING_TEST
|
60
61
|
- README.md
|
61
62
|
- Rakefile
|
62
63
|
- TODO
|
@@ -80,13 +81,14 @@ files:
|
|
80
81
|
- lib/ruby_classes/strings.rb
|
81
82
|
- lib/tmp/uniquify.rb
|
82
83
|
- rails/init.rb
|
83
|
-
-
|
84
|
+
- rake_test.20110323-101916
|
84
85
|
- sbin/reboot.rb
|
85
86
|
- sbin/ric_reboot.rb
|
86
87
|
- test/sample_conf.yml
|
87
88
|
- test/strings_helper.rb
|
88
89
|
- test/test_helper.rb
|
89
90
|
- var/www/index.html
|
91
|
+
- ric.gemspec
|
90
92
|
has_rdoc: true
|
91
93
|
homepage: http://github.com/palladius/riclib
|
92
94
|
licenses: []
|