stdouttoggler 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/lib/stdouttoggler.rb CHANGED
@@ -7,17 +7,4 @@
7
7
  # above copyright notice is included.
8
8
  ##############################################################
9
9
 
10
- require 'stdouttoggler/application.rb'
11
- require 'pathname'
12
-
13
- #Application namespace
14
- module StdOutToggler
15
- #returns the name of the executable file
16
- def self.executable
17
- exec_name = ""
18
- Pathname.glob("bin/*") do |f|
19
- exec_name = File.basename(f)
20
- end
21
- exec_name
22
- end
23
- end
10
+ require 'stdouttoggler/application.rb'
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name="stdouttoggler"
3
- s.version="1.0.2"
3
+ s.version="1.0.3"
4
4
  s.platform=Gem::Platform::RUBY
5
5
  s.date="2012-11-05"
6
6
  s.summary="Comments and uncomments output lines in code"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stdouttoggler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: