cip 0.1.1 → 0.1.6

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/cip.gemspec +3 -3
  3. data/lib/cip/version.rb +1 -1
  4. data/lib/cip.rb +7 -0
  5. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca37b4182a5bb7f42fe9c7df5b804bf4e3e4ddc7
4
- data.tar.gz: 23fe7a0ee8984fd4623b205f393343cc70fcf855
3
+ metadata.gz: b53dbb6b6ea7cdf13fc68d68230b769f29c971a3
4
+ data.tar.gz: 17f4b9585992f9e307ad0b94a1705a3a7190c311
5
5
  SHA512:
6
- metadata.gz: d4ce42e28bcf6976b2980f4e56b3577381ead483e36551f046d8dda9d84958394f6c8477a0852220eeab9c43fd4e26f0f28a3a4381cace8a139f405da805e84a
7
- data.tar.gz: a6091d49f1fc61aae43f0c6e4bdb485cd83c07aa721e22191aff58c00e084e22e5f052f56d105cacdc345c09b8a4883ee1c052289b64a1499c01850eaf1b362f
6
+ metadata.gz: 9db12f0814761ad89e48c5b82221644800022beb5d9898a2143cedd67667158a4f76d308933c0fee2f204dbf535e25f83bddd877f8be30601c3d81bec6fb01bf
7
+ data.tar.gz: 571efbe7a9901f197243c4c3e001fc2b1a055f99cfe665963dc0a8e8765333d37c0a036354be0397bcb6ea337ed442a505155bbf96c6967baf660e0704121554
data/cip.gemspec CHANGED
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["sun"]
10
10
  spec.email = ["sundl1988@163.com"]
11
11
 
12
- spec.summary = %q{core interface platform.}
13
- spec.description = %q{456Write a longer description or delete this line.}
14
- spec.homepage = "http://mygemserver.com"
12
+ spec.summary = %q{Common interface platform.}
13
+ spec.description = %q{Construction, compilation, publishing and management of hybrid applications.}
14
+ spec.homepage = "https://rubygems.org/gems/cip"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
data/lib/cip/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Cip
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.6"
3
3
  end
data/lib/cip.rb CHANGED
@@ -2,4 +2,11 @@ require "cip/version"
2
2
 
3
3
  module Cip
4
4
  # Your code goes here...
5
+
6
+ class CIPCls
7
+ def self.hi(name = "guest")
8
+ puts "#{name}, 你好啊!"
9
+ end
10
+ end
11
+
5
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - sun
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: 456Write a longer description or delete this line.
55
+ description: Construction, compilation, publishing and management of hybrid applications.
56
56
  email:
57
57
  - sundl1988@163.com
58
58
  executables: []
@@ -72,7 +72,7 @@ files:
72
72
  - cip.gemspec
73
73
  - lib/cip.rb
74
74
  - lib/cip/version.rb
75
- homepage: http://mygemserver.com
75
+ homepage: https://rubygems.org/gems/cip
76
76
  licenses:
77
77
  - MIT
78
78
  metadata:
@@ -96,5 +96,5 @@ rubyforge_project:
96
96
  rubygems_version: 2.5.1
97
97
  signing_key:
98
98
  specification_version: 4
99
- summary: core interface platform.
99
+ summary: Common interface platform.
100
100
  test_files: []