getto-initialize_with 0.3.0 → 0.5.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
  SHA256:
3
- metadata.gz: b37a703983aa465826161b560b81e813adea5457c44876ec4700792e01354644
4
- data.tar.gz: 7258a96e07024a1ba452b0cdff70016f127167593a7298303ada7299aafa68f7
3
+ metadata.gz: 98a1cb549c3b9a1b1900a48a7fcf16fadd08cf2bcdefd5be6e77dbb4efa49a0f
4
+ data.tar.gz: 4e12a82a393e2bc6768ec36bd48314ec11721da1152a57dee3e55ce76f7875c5
5
5
  SHA512:
6
- metadata.gz: cebf5bf00e128e3c92198d78c1ce3ab26add7e1c14fe2a85f1df633828029c5b323e73af55d297250f4ff13cbd52413e8d33c96934274be372143f5b4cba8dc3
7
- data.tar.gz: 83300202136e16e908fb029200d1f75699584b87c1d24de170e44167946be79b262392480634b45f225259e1dfefa39218f236fc75e03ae4464f989940e8afe3
6
+ metadata.gz: 4a9fc8526aaf62a1f70fa6f2eaf22069a3c86478677734a812f80bdd96e5bb5181c9dfaf6d4e5cf52ab97a800880917ce183bf18aab082e050cd38cba14a4ede
7
+ data.tar.gz: 3c67e42efb8f2202206f03ef25883cbf97462dbcefa383aa23e9cd150795204a1fff841d958b314ffbf25659efab974bcd5131438fe8d2532665b72ce37a1213
data/.travis.yml CHANGED
@@ -5,6 +5,7 @@ rvm:
5
5
  before_install: gem install bundler -v 1.16.2
6
6
  deploy:
7
7
  provider: rubygems
8
+ gem: getto-initialize_with
8
9
  on:
9
10
  tags: true
10
11
  api_key:
@@ -0,0 +1,6 @@
1
+ # Version : 0.4.0
2
+
3
+ test: travisci release
4
+
5
+ ## commits
6
+
@@ -0,0 +1,7 @@
1
+ # Version : 0.5.0
2
+
3
+ test: deploy rubygems by travisci
4
+
5
+ ## commits
6
+
7
+ * fix: travis.yml
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ # Version : 0.5.0
2
+
3
+ test: deploy rubygems by travisci
4
+
5
+ # Version : 0.4.0
6
+
7
+ test: travisci release
8
+
1
9
  # Version : 0.3.0
2
10
 
3
11
  fix: release request hook
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- getto-initialize_with (0.3.0)
4
+ getto-initialize_with (0.5.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  module Getto
2
2
  module InitializeWith
3
- VERSION = "0.3.0"
3
+ VERSION = "0.5.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: getto-initialize_with
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - shun@getto.systems
@@ -83,6 +83,8 @@ files:
83
83
  - CHANGELOG.md
84
84
  - CHANGELOG/0.2.0.md
85
85
  - CHANGELOG/0.3.0.md
86
+ - CHANGELOG/0.4.0.md
87
+ - CHANGELOG/0.5.0.md
86
88
  - Gemfile
87
89
  - Gemfile.lock
88
90
  - LICENSE