ever2boost 0.1.1 → 0.1.2

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: 2966ba2b20557d1d76c59de27993d6e9f674bdb2
4
- data.tar.gz: 861abf654a2291c2127b76799a5d2008f767f44d
3
+ metadata.gz: 4cbacbc70ae499ae0303a812cf15485b89c294c3
4
+ data.tar.gz: 72075da0f5de4b448bd9688828ef2ac1f9741c89
5
5
  SHA512:
6
- metadata.gz: 87d4024c831206a8be508f406540325d81f6076223c7968c2a8bbe3a661f25ddfb7976ef572f02f3f3a4c147cb4d332f189ffe471220e9956f3e7df591a202fc
7
- data.tar.gz: 5887fed6fb60cc25a23117e775bb53acc9737b436d14e0df82199d5d315ce2ee5cb50866192d93c2dd1b4c2f3461b8792172f0cb32d2b4c851d20f11c416e4e5
6
+ metadata.gz: cc755c8922ba57d0574866fd8c7ffc92e01d35adf08eac68b9cba27232656530942b6e33f4f099e1ffe3db1d76559b9b9116a89ce0ee947641581f76d6b3a2ea
7
+ data.tar.gz: f9835b55567093484b5df643b49bb03b7e65ef1bc4a5c3175dcebaa2e40ee66f53f79ac91c0672696941c1d1d07248ea061635b754d98e857a9eb93b8c2e172d
@@ -29,3 +29,16 @@ And also Rubocop is used, thus you need to install Rubocop if you don't have:
29
29
  $ gem install rubocop
30
30
  $ rubocop -c .rubocop_todo.yml
31
31
  ```
32
+
33
+ # Release
34
+ First, you need to register your access key to rubygems. And build and release.
35
+
36
+ ```
37
+ $ bundle exec rake build
38
+ ever2boost x.x.x built to pkg/ever2boost-0.1.0.gem.
39
+ $ bundle exec rake release
40
+ ever2boost x.x.x built to pkg/ever2boost-0.1.0.gem.
41
+ Tagged vx.x.x.
42
+ Pushed git commits and tags.
43
+ Pushed ever2boost x.x.x to rubygems.org.
44
+ ```
Binary file
@@ -20,7 +20,7 @@ updatedAt: "#{timestamp}"
20
20
  end
21
21
 
22
22
  def timestamp
23
- Time.now.strftime('%Y-%m-%dT%H:%M:%S')
23
+ Time.new.getutc.strftime('%Y-%m-%dT%H:%M:%S')
24
24
  end
25
25
 
26
26
  def output(folder_hash, note, output_dir)
@@ -1,3 +1,3 @@
1
1
  module Ever2boost
2
- VERSION = '0.1.1'.freeze
2
+ VERSION = '0.1.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ever2boost
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - asmsuechan