main 4.7.7 → 4.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/lib/main.rb +2 -1
  2. data/main.gemspec +1 -1
  3. metadata +7 -9
@@ -1,7 +1,7 @@
1
1
  module Main
2
2
  # top level constants
3
3
  #
4
- Main::VERSION = '4.7.7' unless
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
  #
@@ -3,7 +3,7 @@
3
3
 
4
4
  Gem::Specification::new do |spec|
5
5
  spec.name = "main"
6
- spec.version = "4.7.7"
6
+ spec.version = "4.8.0"
7
7
  spec.platform = Gem::Platform::RUBY
8
8
  spec.summary = "main"
9
9
  spec.description = "description: main kicks the ass"
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: 45
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 4
8
- - 7
9
- - 7
10
- version: 4.7.7
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-09-27 00:00:00 Z
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.10
154
+ rubygems_version: 1.8.11
157
155
  signing_key:
158
- specification_version: 4
156
+ specification_version: 3
159
157
  summary: main
160
158
  test_files: []
161
159