pricehubble 1.2.1 → 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: c76e2916270f0c409b580c65d1eb2fa643d8f12c8ea99c78eaa70e5c0d269e55
4
- data.tar.gz: 7b868dd15db432d2c1265f0e16cd77355302fcff81b08b31846bc5e427bd54b9
3
+ metadata.gz: b80bd127257a7adaee8faa7882c84d6987435fcbab731f30dc6baf493419aaaa
4
+ data.tar.gz: 5db60af52e4b6b9be0fb39482546646a0b52dbc5678ac748c1efff7dced8b91f
5
5
  SHA512:
6
- metadata.gz: 9bdb415913b515caff0277c5b6eea96b39a161dfc1591fd49ef68de7434500071051276fb32adbd594f55295a8b7e7e56e4b0b6feac270deb0f96736bdb41919
7
- data.tar.gz: e7ca73eb5a014d3d184c569425a9c0e561175361c0aaae3b58e04ab6b3d62a2669c2bcf8a561887a2f55d7ef093195751aae4f81817461146bb5f2bd4a406485
6
+ metadata.gz: a25131a8c5aa5233694a59d889127428fd3511852b546da48d8945851283996afb4487b7c08f6e9455a97b9bb8461364cf9f89c73e3984c76e4be02582d063f5
7
+ data.tar.gz: 7a206331107c84598aa30a846faa83ba7d7ce2ee6ccff5f82b1433d0c6f149ab40b897cbac9908561f8853e97f54f36f106a45fb863dd7dc1cecb43b7c4a5c92
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
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
+
9
+ ### 1.2.2
10
+
11
+ * Just a retag of 1.2.1
12
+
5
13
  ### 1.2.1
6
14
 
7
15
  * Added API docs building to continuous integration (#9)
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.1'
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.1
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