data_inspect 0.0.0 → 0.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.
Files changed (3) hide show
  1. data/bin/data_inspect +5 -0
  2. data/lib/data_inspect.rb +1 -0
  3. metadata +5 -3
data/bin/data_inspect ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'data_inspect'
4
+
5
+ puts DataInspect.hi
data/lib/data_inspect.rb CHANGED
@@ -2,6 +2,7 @@
2
2
  class DataInspect
3
3
  def self.hi
4
4
  puts "Hi from DataInspect!!"
5
+ return 512
5
6
  end
6
7
  end
7
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: data_inspect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,13 +11,15 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2015-11-26 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description:
14
+ description: ''
15
15
  email: ted@tedzhu.org
16
- executables: []
16
+ executables:
17
+ - data_inspect
17
18
  extensions: []
18
19
  extra_rdoc_files: []
19
20
  files:
20
21
  - lib/data_inspect.rb
22
+ - bin/data_inspect
21
23
  homepage: http://rubygems.org/gems/data_inspect
22
24
  licenses:
23
25
  - Public Domain.