main 4.7.7 → 4.8.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/main.rb +2 -1
- data/main.gemspec +1 -1
- metadata +7 -9
data/lib/main.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
module Main
|
2
2
|
# top level constants
|
3
3
|
#
|
4
|
-
Main::VERSION = '4.
|
4
|
+
Main::VERSION = '4.8.0' unless
|
5
5
|
defined? Main::VERSION
|
6
6
|
def self.version() Main::VERSION end
|
7
7
|
|
@@ -56,6 +56,7 @@ end
|
|
56
56
|
require 'uri'
|
57
57
|
require 'time'
|
58
58
|
require 'date'
|
59
|
+
require 'fileutils'
|
59
60
|
|
60
61
|
# use gems to pick up dependancies
|
61
62
|
#
|
data/main.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: main
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 4
|
8
|
-
-
|
9
|
-
-
|
10
|
-
version: 4.
|
8
|
+
- 8
|
9
|
+
- 0
|
10
|
+
version: 4.8.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ara T. Howard
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-10-08 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: fattr
|
@@ -125,8 +125,6 @@ files:
|
|
125
125
|
homepage: https://github.com/ahoward/main
|
126
126
|
licenses: []
|
127
127
|
|
128
|
-
metadata: {}
|
129
|
-
|
130
128
|
post_install_message:
|
131
129
|
rdoc_options: []
|
132
130
|
|
@@ -153,9 +151,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
153
151
|
requirements: []
|
154
152
|
|
155
153
|
rubyforge_project: codeforpeople
|
156
|
-
rubygems_version: 1.8.
|
154
|
+
rubygems_version: 1.8.11
|
157
155
|
signing_key:
|
158
|
-
specification_version:
|
156
|
+
specification_version: 3
|
159
157
|
summary: main
|
160
158
|
test_files: []
|
161
159
|
|