msp_gem 0.3.0 → 0.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0f44df5739c0f138396746839bab37e001f68268
4
- data.tar.gz: 1a9527bf86696f62bea3e06175de126e784e62d8
3
+ metadata.gz: 65c6dd081d427b0d46372b506b718a58574b985c
4
+ data.tar.gz: 1e0f32d9304b8c11b161cae9db6ebb4b36314337
5
5
  SHA512:
6
- metadata.gz: f3b5ab052a6b0d12d41b2fbfa77d624387f4360e07a84ac176b8ef864df3b434a9278c9c969ecfcbb309a934d30826f2d4b8452d91b3cb81c429bb1faf9c2295
7
- data.tar.gz: 54ab41fdfd44bee65b3b39909f9c01cfaca6b4eb1ce8f1826c054e5637c41324300cc327f4385b22c8a3295470f9ac31ed95e181380058a0a98d37b780b34b7d
6
+ metadata.gz: b9874f88ae0cc1da5e7a937ab49078959d436fab8a7c159d68756c5a5ccc3b0a9bf1b7b37ab6dd0c4f91a6e1ca2f41d35fd556364a0ec371b912f55112bfdd0f
7
+ data.tar.gz: 4bc67c669edc1b79cc32094eba2f62b211438bb8efe0f0b693726b70815abaaeaea97d3e34a8a85257be8071c3af0a96447b91da6b15fbf8255ab3263875c372
data/Gemfile CHANGED
@@ -1,8 +1,9 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
3
+ # git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
4
 
5
5
  # Specify your gem's dependencies in msp_gem.gemspec
6
6
  gemspec
7
7
 
8
8
  gem 'msp_gem'
9
+ # , :git => 'https://github.com/rayesquire/msp_gem.git', :branch => 'master'
data/bin/msp_gem ADDED
@@ -0,0 +1 @@
1
+ puts "it's an exec program"
@@ -1,3 +1,3 @@
1
1
  module MspGem
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
data/msp_gem ADDED
@@ -0,0 +1,2 @@
1
+
2
+ puts "hello, it's an exec program"
data/msp_gem-0.2.0.gem ADDED
Binary file
data/msp_gem-0.3.0.gem ADDED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: msp_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - mario
@@ -68,10 +68,14 @@ files:
68
68
  - README.md
69
69
  - Rakefile
70
70
  - bin/console
71
+ - bin/msp_gem
71
72
  - bin/setup
72
73
  - lib/msp_gem.rb
73
74
  - lib/msp_gem/version.rb
75
+ - msp_gem
74
76
  - msp_gem-0.1.0.gem
77
+ - msp_gem-0.2.0.gem
78
+ - msp_gem-0.3.0.gem
75
79
  - msp_gem.gemspec
76
80
  homepage: https://www.baidu.com
77
81
  licenses: