hephaestus 0.1.1 → 0.1.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: 91109351951b2ac1514f251751c9311dd55028f4fdcfa8e0140fc2c4efa014c9
4
- data.tar.gz: 452d4065cdfb605092c41c5677e87b85fe4070c6b21d2c28d8cd4649cadbfbb4
3
+ metadata.gz: 6eacb5eda2905ff001b436e12746ba6ce55eaa82347929f3420f35d3eddb0405
4
+ data.tar.gz: c11836c0fdc2fd26c3623de1a1877aa0fb946a40d66b6e9f68847b021da08d3f
5
5
  SHA512:
6
- metadata.gz: 31f32e5f396ae5b519bde7f6c30b7b796ae26f0db150e6ed1717eb2aaf153079f1755b0d8da36312bb3e5c151f2c7534fbfcf81c8d9efcf11e6f7769b2a5f2cd
7
- data.tar.gz: d1b3456db78f30e7d62c20731cd1fcb3925bc39e1e8653fff9a2bfa693b8b38db0a6c48fffc1df86d8417a50098a4f195570f63387f412ba22b4b88855d29507
6
+ metadata.gz: 9bf06e9767c1cdfdfb8eff5a12b3711fb1ecf3b85618ef5f16f77d33754b23bc5103394a3a1581cb72b5a03a62f652386d5be23c38f040eea7ca41b0222908a5
7
+ data.tar.gz: 498a5c55aabafd6a2419008c7f91e74d9f4b021a26964640c88a3ba6a05650867d469cfb48a7ec5aca10011212837faf800f3d831a4a22e9c6293d2008d6d1db
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.1.2](https://github.com/yettoapp/hephaestus/tree/v0.1.2) (2023-03-15)
4
+
5
+ [Full Changelog](https://github.com/yettoapp/hephaestus/compare/v0.1.1...v0.1.2)
6
+
3
7
  ## [v0.1.1](https://github.com/yettoapp/hephaestus/tree/v0.1.1) (2023-03-15)
4
8
 
5
9
  [Full Changelog](https://github.com/yettoapp/hephaestus/compare/v0.1.0...v0.1.1)
@@ -101,7 +101,7 @@ module Hephaestus
101
101
  end
102
102
 
103
103
  def setup_test_environment
104
- say("Setting up the production environment")
104
+ say("Setting up the test environment")
105
105
  build(:setup_test_environment)
106
106
  end
107
107
 
@@ -2,7 +2,7 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Hephaestus
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  RAILS_VERSION = "~> 7.0.0"
7
7
  RUBY_VERSION = File
8
8
  .read("#{File.dirname(__FILE__)}/../../.ruby-version")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hephaestus
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
  - Garen Torikian