forest_admin_datasource_toolkit 1.0.0.pre.beta.47 → 1.0.0.pre.beta.48

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: 8367b7dbc156174f38e399309522e197a75cd8c132bad797f6b362f808557638
4
- data.tar.gz: da17c46a0f6c96910f557f754272400c12269fb2e973024f06d8926cce74f0a4
3
+ metadata.gz: a815ac7f48ab0d00ae3cdf571d3ed22b22c0a44e53ec7b07a66239112e746022
4
+ data.tar.gz: 56d266f7fd74dff4a72885db6977dcdbe1b899742d2ef07f23e39d82225ee5cd
5
5
  SHA512:
6
- metadata.gz: 133fd0bea84c91cc4e21b2e591935806c1595e1d6304511b8a1a9519618cc6fc0ac2fc343c44819eddd5cbee4e0015a64e24c5b7d315610c040798f1ae40428b
7
- data.tar.gz: 16527abaa7d926a8a94b913e612f5e3b981c58b7cd83caff1948d33acb85c198f0e8f87831a75c7d062e94926d29de24009e12a3a0a0f5f4cee920481ca8bc75
6
+ metadata.gz: b07353d20d5ea257c402c8471af2d5db50f4c7269214e217968b4e2b3aa864cbd8c0dff0cb4c55decc1ddc22d5ace5c7f1dc221721a9df1707332b2c70cf8f33
7
+ data.tar.gz: 6742c7b1d0c7d530057305836efe4040ef1f385d4ee6bd8845dfebf4400177f3bc38e51d5e1ca1a69e69ed80880ef628d084e3ee5c4a700991579f4267c57955
@@ -17,7 +17,7 @@ admin work on any Ruby application."
17
17
 
18
18
  spec.metadata["homepage_uri"] = spec.homepage
19
19
  spec.metadata["source_code_uri"] = "https://github.com/ForestAdmin/agent-ruby"
20
- spec.metadata["changelog_uri"] = "https://github.com/ForestAdmin/agent-ruby/CHANGELOG.md"
20
+ spec.metadata["changelog_uri"] = "https://github.com/ForestAdmin/agent-ruby/blob/main/CHANGELOG.md"
21
21
  spec.metadata["rubygems_mfa_required"] = "false"
22
22
 
23
23
  # Specify which files should be added to the gem when it is released.
@@ -1,3 +1,3 @@
1
1
  module ForestAdminDatasourceToolkit
2
- VERSION = "1.0.0-beta.47"
2
+ VERSION = "1.0.0-beta.48"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest_admin_datasource_toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.beta.47
4
+ version: 1.0.0.pre.beta.48
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthieu
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2024-05-22 00:00:00.000000000 Z
12
+ date: 2024-05-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -51,7 +51,6 @@ extra_rdoc_files: []
51
51
  files:
52
52
  - ".rspec"
53
53
  - LICENSE
54
- - README.md
55
54
  - Rakefile
56
55
  - forest_admin_datasource_toolkit.gemspec
57
56
  - lib/forest_admin_datasource_toolkit.rb
@@ -127,7 +126,7 @@ licenses:
127
126
  metadata:
128
127
  homepage_uri: https://www.forestadmin.com
129
128
  source_code_uri: https://github.com/ForestAdmin/agent-ruby
130
- changelog_uri: https://github.com/ForestAdmin/agent-ruby/CHANGELOG.md
129
+ changelog_uri: https://github.com/ForestAdmin/agent-ruby/blob/main/CHANGELOG.md
131
130
  rubygems_mfa_required: 'false'
132
131
  post_install_message:
133
132
  rdoc_options: []
data/README.md DELETED
@@ -1,31 +0,0 @@
1
- # ForestAdminDatasourceToolkit
2
-
3
- TODO: Delete this and the text below, and describe your gem
4
-
5
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/forest_admin_datasource_toolkit`. To experiment with that code, run `bin/console` for an interactive prompt.
6
-
7
- ## Installation
8
-
9
- TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
10
-
11
- Install the gem and add to the application's Gemfile by executing:
12
-
13
- $ bundle add UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
14
-
15
- If bundler is not being used to manage dependencies, install the gem by executing:
16
-
17
- $ gem install UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
18
-
19
- ## Usage
20
-
21
- TODO: Write usage instructions here
22
-
23
- ## Development
24
-
25
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
26
-
27
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
28
-
29
- ## Contributing
30
-
31
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/forest_admin_datasource_toolkit.