melon_promotion 0.0.0

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 382bce8ee293eb7afa997db9915ca1c3c09ee791a5102fe5ec74f42f73cfa700
4
+ data.tar.gz: 0ddaa6adc0f1beabd931fe61312e5ca0acc6eb68e1ae528c36813101a91bb1c4
5
+ SHA512:
6
+ metadata.gz: 459f2aa0c7a8dc490574e2c3d5d2a83e33235e99b66ae8fc8995cdc71470477a03e6d9f0ae1bfdcb93a1e2cf9739e32da2ecb6df778883f7e4e478ef50620c22
7
+ data.tar.gz: 2f4e62572e77303478594a9d7a3cf1ee85c3c1dfe790f3dd296b322a8b3dca4b8c5f2cc6f467fa8c66e52461c95ebcefa99b311df50c6ce902b55af01bb41de6
@@ -0,0 +1,17 @@
1
+ require 'melon_promotion/promotion'
2
+
3
+ class MelonPromotion
4
+
5
+ def description
6
+ 'this is first melon microservice gem.'
7
+ end
8
+
9
+ def self.build_network
10
+ 'on process...'
11
+ end
12
+
13
+ def self.mountain
14
+ 'great mountain!'
15
+ end
16
+ end
17
+
@@ -0,0 +1,9 @@
1
+ module Promotion
2
+ def name
3
+ 'Promotion'
4
+ end
5
+
6
+ def category
7
+ 'Discount'
8
+ end
9
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: melon_promotion
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - zelin, kerui
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-07-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: a melon promotion microservice gem
14
+ email: xxx@xxx.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/melon_promotion.rb
20
+ - lib/melon_promotion/promotion.rb
21
+ homepage: ''
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.0.4
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: melon promotion
44
+ test_files: []