test_gem_dp 0.3.0 → 0.3.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
  SHA256:
3
- metadata.gz: b6bc611668899b56b5eb7f8391582a272e53346a42defb825a77e1997dd9caf5
4
- data.tar.gz: 1d55c056012728f822c975478f0e139c61154f2bba81738fd928f816bd1fb77d
3
+ metadata.gz: a7a23f7bcada01df43e9268ae2a004d689db8bb2d6dea5907038bb606a486bf4
4
+ data.tar.gz: c3e190481fd44c0508dd4c67f296becd3129dd6c5f8ea435d813efb23e56591e
5
5
  SHA512:
6
- metadata.gz: c350f3675363137f40909c8bb8af04f011a1d3b7a912a73a75e346bcf9b733367023c144d164cbe9e69242ec2d15e10fed096c4ab92a88489313ccab544c6d89
7
- data.tar.gz: f05f79b1637704a7eba716f4c87a837e11f69f98fde3cbd9d920fb497f4d9704a96f58d6e9e9eaf0c699b04d21cbf72158297cb6f575ac991e627b0e0b6f4a02
6
+ metadata.gz: f479b069962df5ffcb337110ab5528a24ffe158b636b81d93899a58dfeb098af4c809eba4bff6893402c0dac577addef582f7774ed93e19ad0108c39c192f1bc
7
+ data.tar.gz: 3cf3e058c0b56e2ab4074fc10d97a52a1b26192192553a6b2d392ea8c6c7af4a75ae5f0a2e555dad316c1f70fc58d9039f03dda1c6cc9b2dfb94d8f2132f856c
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ end
12
12
  # task default: :test
13
13
 
14
14
  GEM_NAME = "test_gem_dp"
15
- GEM_VERSION = "0.3.0"
15
+ GEM_VERSION = TestGemDp::VERSION
16
16
 
17
17
  task :default => :build
18
18
 
@@ -31,3 +31,5 @@ end
31
31
  task :clean do
32
32
  system "rm *.gem"
33
33
  end
34
+
35
+ task :all => %w[rake:build rake:install rake:publish rake:clean]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TestGemDp
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test_gem_dp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - test-mw-dp