cip 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b53dbb6b6ea7cdf13fc68d68230b769f29c971a3
4
- data.tar.gz: 17f4b9585992f9e307ad0b94a1705a3a7190c311
3
+ metadata.gz: d4408d359488049546772842bc9c9c01d13217e2
4
+ data.tar.gz: 60d7177880dc023fc59495bf8aed77b37a939e9d
5
5
  SHA512:
6
- metadata.gz: 9db12f0814761ad89e48c5b82221644800022beb5d9898a2143cedd67667158a4f76d308933c0fee2f204dbf535e25f83bddd877f8be30601c3d81bec6fb01bf
7
- data.tar.gz: 571efbe7a9901f197243c4c3e001fc2b1a055f99cfe665963dc0a8e8765333d37c0a036354be0397bcb6ea337ed442a505155bbf96c6967baf660e0704121554
6
+ metadata.gz: 23240571a0f99716eea900713770a019d52dfbe13162bce38325ebf95ed6d32d109ea25fb0295d828d3e8b0288516fa4e5293cf37c142ea3ba6eebe741b3b9d4
7
+ data.tar.gz: 7b236a55c895d9fa4f5553a8175b0c0285ebb0c5a1b43381d8f40ea5cc947a2789c4ca4fca50c8255078f1d11a5f6649bdf0837d1c0ab033fd2e9d14e9cf7da8
data/bin/ciphi ADDED
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'cip'
4
+
5
+ puts "************************Ruby******************************"
6
+ Cip::CIPCls.hi(ARGV[0])
7
+ puts "************************成功!!******************************"
data/bin/conTest ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "cip"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start
data/cip.gemspec CHANGED
@@ -24,8 +24,10 @@ Gem::Specification.new do |spec|
24
24
  end
25
25
 
26
26
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
27
- spec.bindir = "exe"
28
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
27
+ # spec.bindir = "exe"
28
+ # spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
29
+ spec.bindir = "bin"
30
+ spec.executables = %w{ciphi conTest}
29
31
  spec.require_paths = ["lib"]
30
32
 
31
33
  spec.add_development_dependency "bundler", "~> 1.12"
data/lib/cip/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Cip
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - sun
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-06 00:00:00.000000000 Z
11
+ date: 2016-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -55,7 +55,9 @@ dependencies:
55
55
  description: Construction, compilation, publishing and management of hybrid applications.
56
56
  email:
57
57
  - sundl1988@163.com
58
- executables: []
58
+ executables:
59
+ - ciphi
60
+ - conTest
59
61
  extensions: []
60
62
  extra_rdoc_files: []
61
63
  files:
@@ -67,6 +69,8 @@ files:
67
69
  - LICENSE.txt
68
70
  - README.md
69
71
  - Rakefile
72
+ - bin/ciphi
73
+ - bin/conTest
70
74
  - bin/console
71
75
  - bin/setup
72
76
  - cip.gemspec