grafana_sync 1.0.0 → 1.0.1

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: ffc1428f36126020a5bf8ec2724ca40a262726f47775ca4f86c5fe22bdcc9606
4
- data.tar.gz: 8ffa6b47005e7ba87b3f22e9f080d120421767bc113959cb36004a4f2955340b
3
+ metadata.gz: 94969b81b6d34d0476cc9e5c7813269eae66770a501d58678043c08f971932d2
4
+ data.tar.gz: 7c92d2148eaf266f207e871e34d6f0ff2fd61e8823be17b2d5e6b6bf139c9b84
5
5
  SHA512:
6
- metadata.gz: 7e6089aa7662c1ec68245a686c05360adae35f394a53d4ff6d42fd1bad29ce63a3abf2fa2964e626914fd0b0a9168f2f982b8c3e78013c19308477539080fe96
7
- data.tar.gz: 6a2b0c3e8127bd6ff67fdc361446c079cb9f4edefd5b0d2797033884f5518d56f8eb21ccddfe05cda7f9fbccc104db81d0528fca904fec672a0bbfdeb9c1fd25
6
+ metadata.gz: e2c79acadad7eacffa536308d210e64658dfe1702feb28fecb2b72a22010d75cb73cc4e13035ebcf45edea81f08903275f74e04735420530b6fe3a43e63c39a2
7
+ data.tar.gz: 41e2f3d9810d05050dcfd1fce6758f8cf937ea0165f329b2f01cd81f29bcf775d4f70aecb6a995151e38ac35d792c1b4b11e9dc403ef3175ac0fcd54d53c0d69
@@ -0,0 +1,11 @@
1
+ # Changelog
2
+
3
+ ## 1.0.1
4
+
5
+ Gem spec fixes.
6
+
7
+
8
+ ## 1.0.0
9
+
10
+ First release.
11
+
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  ease the burden of migrating changes between Grafana instances for each
14
14
  environment.
15
15
  EOF
16
- spec.homepage = "https://github.com/funbox/grafana_sync"
16
+ spec.homepage = "https://github.com/staring-frog/grafana_sync"
17
17
  spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
18
18
 
19
19
  spec.metadata["source_code_uri"] = spec.homepage
@@ -1,3 +1,3 @@
1
1
  module GrafanaSync
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grafana_sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikolay Epifanov
@@ -137,6 +137,7 @@ files:
137
137
  - ".gitignore"
138
138
  - ".rspec"
139
139
  - ".tool-versions"
140
+ - CHANGELOG.md
140
141
  - Gemfile
141
142
  - Gemfile.lock
142
143
  - README.md
@@ -145,12 +146,12 @@ files:
145
146
  - lib/grafana_sync.rb
146
147
  - lib/grafana_sync/stage.rb
147
148
  - lib/grafana_sync/version.rb
148
- homepage: https://github.com/funbox/grafana_sync
149
+ homepage: https://github.com/staring-frog/grafana_sync
149
150
  licenses:
150
151
  - MIT
151
152
  metadata:
152
- source_code_uri: https://github.com/funbox/grafana_sync
153
- changelog_uri: https://github.com/funbox/grafana_sync/blob/master/CHANGELOG.md
153
+ source_code_uri: https://github.com/staring-frog/grafana_sync
154
+ changelog_uri: https://github.com/staring-frog/grafana_sync/blob/master/CHANGELOG.md
154
155
  post_install_message:
155
156
  rdoc_options: []
156
157
  require_paths: