dolzenko 0.0.20 → 0.0.21

Sign up to get free protection for your applications and to get access to all the features.
data/dolzenko.gemspec CHANGED
File without changes
File without changes
File without changes
@@ -0,0 +1,8 @@
1
+ require "dolzenko/light"
2
+
3
+ require "active_support/all"
4
+ require "facets"
5
+
6
+ # require "require_gist"
7
+ # require_gist "371861/abc6d24346864e5cb33b4eab330569565b1dd8c2/shell_out.rb", "72b19c8955f87f9b408a92a77440cda987b1a01f" # http://gist.github.com/371861
8
+ # require_gist "375386/642be35e02a09b7dc5736f462ea1d8368864ffa8/error_print.rb", "12f893f4abd1f0ea19d198f6ff1ac66d8b8675ea" # http://gist.github.com/375386
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/lib/dolzenko.rb CHANGED
@@ -1,8 +1 @@
1
- require "dolzenko-light"
2
-
3
- require "active_support/all"
4
- require "facets"
5
-
6
- require "require_gist"
7
- require_gist "371861/abc6d24346864e5cb33b4eab330569565b1dd8c2/shell_out.rb", "72b19c8955f87f9b408a92a77440cda987b1a01f" # http://gist.github.com/371861
8
- require_gist "375386/642be35e02a09b7dc5736f462ea1d8368864ffa8/error_print.rb", "12f893f4abd1f0ea19d198f6ff1ac66d8b8675ea" # http://gist.github.com/375386
1
+ # stub for bundler and alike to require and stay quiet
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 20
9
- version: 0.0.20
8
+ - 21
9
+ version: 0.0.21
10
10
  platform: ruby
11
11
  authors:
12
12
  - Evgeniy Dolzhenko
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-06-02 00:00:00 -07:00
17
+ date: 2010-06-04 00:00:00 +04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -58,6 +58,7 @@ extra_rdoc_files: []
58
58
  files:
59
59
  - lib/dolzenko/acts_as.rb
60
60
  - lib/dolzenko/alias_method_chain_once.rb
61
+ - lib/dolzenko/all.rb
61
62
  - lib/dolzenko/core_ext/kernel/ergo.rb
62
63
  - lib/dolzenko/core_ext/kernel/in.rb
63
64
  - lib/dolzenko/core_ext/kernel/r.rb
@@ -69,10 +70,10 @@ files:
69
70
  - lib/dolzenko/global_net_http_debug.rb
70
71
  - lib/dolzenko/includable_with_options.rb
71
72
  - lib/dolzenko/io_interceptor.rb
73
+ - lib/dolzenko/light.rb
72
74
  - lib/dolzenko/remote_download.rb
73
75
  - lib/dolzenko/shell_out.rb
74
76
  - lib/dolzenko/try_block.rb
75
- - lib/dolzenko-light.rb
76
77
  - lib/dolzenko.rb
77
78
  - dolzenko.gemspec
78
79
  has_rdoc: true