database_logic 0.1.0 → 1.0.0

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: a6980677389882e319a1c4159b2954c31166402218d1485313e280a746458ddc
4
- data.tar.gz: f482be43d5b8e545dc6fa66dee1cea114989eedc6ff4c7ec61ad7217aceb875b
3
+ metadata.gz: ecb1791ab4d572e32dee92bad0a9bc17e28615ad894338960970e013e9d09467
4
+ data.tar.gz: 7f2b5a812f6743b4750e063e626c5e57a8522af011dda00c2425ede3ef1a63d7
5
5
  SHA512:
6
- metadata.gz: 97c6e0e74c3f5cd8d4fb7bc4c08bc4a2babc638a380f08e2500306bb7ca96b39e76330a981075e3e2243a5e6c8729582bc2c23e1b080284e50d2374234b554c1
7
- data.tar.gz: 9b575316c6b3b788d89dfbcbf194fab94bc0d5d18a248b514b3b5f357cbe841d3bcec2ef35ccb12da7b3ef47bf2acc16cbbefb0677129d5a231833059ffa55ba
6
+ metadata.gz: 5e12a5e1814e34fde82b4649d14d7053a466a0e7d7757060628589903db39bf37577ad8a946ba59ab345fdea2775a814d0bf9dd90b1e52744a515e9e98ccf807
7
+ data.tar.gz: c69e1416e6a7643fd40a8698ba1a9c51e81be2ba9a526e130aaeb025b605b0b799953867f1d35470425d8f07a1d8bcc62d9877f44bca9619f418bdc8e99b4abe
@@ -2,25 +2,23 @@
2
2
 
3
3
  require_relative "lib/database_logic/version"
4
4
 
5
- # TODO write this shit
6
-
7
5
  Gem::Specification.new do |spec|
8
6
  spec.name = "database_logic"
9
7
  spec.version = DatabaseLogic::VERSION
10
8
  spec.authors = ["Nick"]
11
- spec.email = ["nick@flinkwise.com"]
9
+ spec.email = ["spam@flinkwise.com"]
12
10
 
13
11
  spec.summary = "Helps working with database logic."
14
12
  spec.description = "This gem lets you write SQL functions, procedures, scheduled events, views and triggers/notifications.."
15
- spec.homepage = "https://github.com"
13
+ spec.homepage = "https://github.com/freecrap/database_logic"
16
14
  spec.license = "MIT"
17
15
  spec.required_ruby_version = ">= 2.4.0"
18
16
 
19
17
  #spec.metadata["allowed_push_host"] = "to do Set to 'http://mygemserver.com'"
20
18
 
21
19
  spec.metadata["homepage_uri"] = spec.homepage
22
- spec.metadata["source_code_uri"] = "https://www.github.com"
23
- spec.metadata["changelog_uri"] = "https://www.github.com/changelog.md"
20
+ spec.metadata["source_code_uri"] = "https://github.com/freecrap/database_logic"
21
+ spec.metadata["changelog_uri"] = "https://www.github.com/CHANGELOG.md"
24
22
 
25
23
  # Specify which files should be added to the gem when it is released.
26
24
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -31,9 +29,6 @@ Gem::Specification.new do |spec|
31
29
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
32
30
  spec.require_paths = ["lib"]
33
31
 
34
- # Uncomment to register a new dependency of your gem
35
- # spec.add_dependency "example-gem", "~> 1.0"
36
-
37
32
  # For more information and examples about making a new gem, checkout our
38
33
  # guide at: https://bundler.io/guides/creating_gem.html
39
34
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DatabaseLogic
4
- VERSION = "0.1.0"
4
+ VERSION = "1.0.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: database_logic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick
@@ -13,7 +13,7 @@ dependencies: []
13
13
  description: This gem lets you write SQL functions, procedures, scheduled events,
14
14
  views and triggers/notifications..
15
15
  email:
16
- - nick@flinkwise.com
16
+ - spam@flinkwise.com
17
17
  executables: []
18
18
  extensions: []
19
19
  extra_rdoc_files: []
@@ -49,13 +49,13 @@ files:
49
49
  - lib/generators/database_logic/templates/view.erb.sqlt
50
50
  - lib/generators/database_logic/trigger_generator.rb
51
51
  - lib/generators/database_logic/view_generator.rb
52
- homepage: https://github.com
52
+ homepage: https://github.com/freecrap/database_logic
53
53
  licenses:
54
54
  - MIT
55
55
  metadata:
56
- homepage_uri: https://github.com
57
- source_code_uri: https://www.github.com
58
- changelog_uri: https://www.github.com/changelog.md
56
+ homepage_uri: https://github.com/freecrap/database_logic
57
+ source_code_uri: https://github.com/freecrap/database_logic
58
+ changelog_uri: https://www.github.com/CHANGELOG.md
59
59
  post_install_message:
60
60
  rdoc_options: []
61
61
  require_paths: