pricehubble 1.2.2 → 1.2.3

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: a75cf44d53bf41bef075481f793263395733565f1a8d46b8098a59aac6190600
4
- data.tar.gz: 736f9faa47caa6c5e414bd2b5a8a296589727d2632a31044c2a97a960b245f37
3
+ metadata.gz: b80bd127257a7adaee8faa7882c84d6987435fcbab731f30dc6baf493419aaaa
4
+ data.tar.gz: 5db60af52e4b6b9be0fb39482546646a0b52dbc5678ac748c1efff7dced8b91f
5
5
  SHA512:
6
- metadata.gz: b39602797cac7c4359377601614fa82127e2c71245f177410e5416f33c7177c750d30a1f800a97fd528b7cdeff23dafebf0ce6c2b000b79618d0d02261c2dda1
7
- data.tar.gz: 02e39cd68969635a72ba7d3d64dfe0c73b003a6ccb3025844c5f174ec7e7da8a988d07df527f6a4dcba34c89e9b209442430556a529f0d30adc6d7891413ac45
6
+ metadata.gz: a25131a8c5aa5233694a59d889127428fd3511852b546da48d8945851283996afb4487b7c08f6e9455a97b9bb8461364cf9f89c73e3984c76e4be02582d063f5
7
+ data.tar.gz: 7a206331107c84598aa30a846faa83ba7d7ce2ee6ccff5f82b1433d0c6f149ab40b897cbac9908561f8853e97f54f36f106a45fb863dd7dc1cecb43b7c4a5c92
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 1.2.3
6
+
7
+ * Just a retag of 1.2.1
8
+
5
9
  ### 1.2.2
6
10
 
7
11
  * Just a retag of 1.2.1
data/Makefile CHANGED
@@ -153,8 +153,14 @@ shell-irb:
153
153
 
154
154
  docs:
155
155
  # Build the API documentation
156
+ @$(RM) -rf doc/api
156
157
  @$(call run-shell,$(BUNDLE) exec $(YARD) -q && \
157
158
  $(BUNDLE) exec $(YARD) stats --list-undoc --compact)
159
+ @$(MKDIR) -p doc/api/doc doc/api/assets
160
+ @$(CP) -ar doc/assets doc/api/doc
161
+ @$(CP) -ar doc/assets/* doc/api/assets
162
+ #
163
+ # Docs: file://$(abspath doc/api)/index.html
158
164
 
159
165
  notes:
160
166
  # Print the code statistics (library and test suite)
@@ -3,7 +3,7 @@
3
3
  # The gem version details.
4
4
  module PriceHubble
5
5
  # The version of the +price-hubble+ gem
6
- VERSION = '1.2.2'
6
+ VERSION = '1.2.3'
7
7
 
8
8
  class << self
9
9
  # Returns the version of gem as a string.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pricehubble
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-09 00:00:00.000000000 Z
11
+ date: 2024-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel