ss-se_gem 1.0.0 → 1.0.1

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.
@@ -1,4 +1,4 @@
1
-
1
+ require 'socket'
2
2
 
3
3
  # from http://coderrr.wordpress.com/2008/05/28/get-your-local-ip-address/
4
4
  #
@@ -1,4 +1,4 @@
1
-
1
+ require 'yaml'
2
2
 
3
3
  #
4
4
  # Read a file, run it through ERB, then YAML::load.
@@ -0,0 +1,5 @@
1
+
2
+ # automagically load core extensions
3
+ Dir['lib/se/core_ext/**/*.rb'].each do |file|
4
+ require file.gsub!('.rb','')
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ss-se_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Steadman
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-12 00:00:00 -07:00
12
+ date: 2009-07-18 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -23,7 +23,6 @@ extra_rdoc_files:
23
23
  - LICENSE
24
24
  - README.rdoc
25
25
  files:
26
- - lib/core_ext.rb
27
26
  - lib/debug.rb
28
27
  - lib/se/aspect.rb
29
28
  - lib/se/core_ext/array.rb
@@ -1,3 +0,0 @@
1
- require 'lib/se/core_ext/benchmark'
2
- require 'lib/se/core_ext/date'
3
- require 'lib/se/core_ext/object'