podUpdater 0.2.0 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e4a0000703d652a6d7a274e3f97b59a0fa9b51e3
4
- data.tar.gz: ab6b5e72320375b0ba1837fa71bab94405d4bf16
3
+ metadata.gz: 0da80a6aa818847c5dc2017f9222ca0780cd0912
4
+ data.tar.gz: ad813c87013406ddd5f38d3753de4ff15185698d
5
5
  SHA512:
6
- metadata.gz: 6925f5f162e4fab77b8ceec58fa719bc653b119ab9b275ecfbe965ea1b7d28c7675eda6be5e8f1626a23ead840a0a9645d2077b6cb7133258682eab3513de8a5
7
- data.tar.gz: a6ce931310186557242e0488e916e229fa3ff1c3746443e5927bdecf73aa2a752bb2cb99686e43d9999336113126d175c1742fd5246cd47c6bf23d58500398b2
6
+ metadata.gz: db491fb11ed25f4c8e24c2eaa5f1c044fad1ade6bec223330dd4e01eaf8f34000474e22862788ab48352c9c7a6f6ebdc3701248055bdec8cf9b6ace65ea0a7dc
7
+ data.tar.gz: 6afe3a275f8c9bf02493aeecdc505f9cbe9418a2d6d0b4b99faf7c0ed4b98db7110ad92473c0464eaf2af968b5ca09f12c9ac16cfb3d54344f5b396284422407
@@ -1,12 +1,9 @@
1
1
 
2
- # puts "打印_FILE_#{__FILE__}"
3
- lib = File.expand_path('../', __FILE__)
4
- # puts "打印lib:"
5
- # puts lib
6
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
2
+ # lib = File.expand_path('../', __FILE__)
3
+ # $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
7
4
 
8
5
  require "podUpdater/version"
9
- require "podUpdater/git_tag_flow"
6
+ require "podUpdater/pod_push"
10
7
 
11
8
 
12
9
  module PodUpdater
@@ -23,5 +23,5 @@ module PodUpdater
23
23
 
24
24
  end
25
25
 
26
-
26
+ module_function :git_tag_flow
27
27
  end
@@ -1,3 +1,3 @@
1
1
  module PodUpdater
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: podUpdater
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - hwzss