gem_actions 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ede33f799a742154b01e527f6ca373fc4105445a5a80c9ae56714bbd06d57c4f
4
- data.tar.gz: 138ffb15885a586c0b0c8e2850024f1c44025bc6f217b8f682cb0c82592eadaa
3
+ metadata.gz: d0e07115e73c20f0061da4413ac4d55d4f484eeee084cb51db20609796f3771e
4
+ data.tar.gz: eff4b3bedd9083e093f7a0554ed4cfa473fd7b27f526ee19e821588a4b0c7eca
5
5
  SHA512:
6
- metadata.gz: a0d64f8a6447fa49b6c4fa21271bf6169dda4a0ee5ca3b55a649b4cccd4b30a0e7e4a9c3fcb291d60928eb081c60eae7172cf35722e4f93aed130a8106f613bc
7
- data.tar.gz: 0c001505af7db4b04c1932918a8a91011f8f1ec3bf3dc54604ca3eeb0557bd830feb1545b2f7ee969101d790bb56e9dc1421c53899b6a33c51f1f96b7ec33dbc
6
+ metadata.gz: 442f80af8809667264cf8b534673e810c851fba249995b2b34de56624297372398eae7aa0d10bad434d617e3af18489b9be23b692fe0619383bcca0a2729b5db
7
+ data.tar.gz: 80d18ccecfb5ecff416d3543d8f543765ceb63a6959e34bcc12f708ea7388aa05bc907c13382cced29a918b984f514cb370d5e4a25e3f7eed529b3b747c6011f
@@ -1,7 +1,24 @@
1
- # Changelog
1
+ <a name="v0.0.2"></a>
2
+ ### v0.0.2 (2020-11-05)
2
3
 
3
- ## [0.0.1] - 2020-11-05
4
+ #### Features
4
5
 
5
- [0.0.1]: https://github.com/andrewmcodes/gem_actions/releases/tag/v0.0.1
6
+ * update release docs ([2ae3a96](/../../commit/2ae3a96))
6
7
 
7
- [Unreleased]: https://github.com/andrewmcodes/gem_actions/compare/v0.0.1...HEAD
8
+ #### Bug Fixes
9
+
10
+ * comment out failing lint tests for now ([39fcb6f](/../../commit/39fcb6f))
11
+
12
+ <a name="v0.0.1"></a>
13
+ ### v0.0.1 (2020-11-05)
14
+
15
+ #### Features
16
+
17
+ * add rake tasks for releasing ([e2cba1d](/../../commit/e2cba1d))
18
+ * add action badges to README ([762ab96](/../../commit/762ab96))
19
+ * create new release action ([ba81216](/../../commit/ba81216))
20
+
21
+
22
+ #### Bug Fixes
23
+
24
+ * remove broken JRuby workflow ([085160a](/../../commit/085160a))
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GemActions # :nodoc:
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem_actions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Mason