smbcloud-model 0.3.14 → 0.3.15

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: 37e52ec2b57eee9b3c6ce5640ee13f558fb627ac0f8ed4855322ef5cd13efe21
4
- data.tar.gz: c9bd586eb191867a0c037122c463f9dc2138051acb915edd71a851be97f13913
3
+ metadata.gz: e11ae67cf1c7090af25729453d64ec9bc5f65c68d845eb3cef4e57c527823992
4
+ data.tar.gz: 175d99a663d6fa5374f6001c7a236edc7aea42166b811289303f2d4d0f1d75ea
5
5
  SHA512:
6
- metadata.gz: a1d202df69051ed9522c6ba9b682b12db4217302db3c3f670810791a386e0e93243cb706581c3f07cdf125353cadcfa00a0501bed3e9316cb8142e94750a4545
7
- data.tar.gz: 4a3ed2b2d28a91c5287b76282075d7813cd940024874000e9ebb0181b5247460febf2da2dd99c994f0d6822ea74a8d5b6dad7f65e5b5762d7a008b735599128b
6
+ metadata.gz: 9b132b67c41eafd7e6f81d099993b31c96780596c18caceee352a6369164127bc176a2e4249d65c4f770af82547849c30b9b242e76aef6efb4ac688e7452eae3
7
+ data.tar.gz: d959cda5a7726a3fb949c2a8be2d22219a5369dbfab742e4f8a5a47e49cf492a936413ab0d90d25373b193fea829a2fed0c79284f8e9fd8fd0374460e903de0e
data/CHANGELOG.md CHANGED
@@ -0,0 +1,3 @@
1
+ # v0.3
2
+
3
+ Bleeding edge.
data/README.md CHANGED
@@ -1,35 +1,3 @@
1
- # Model
1
+ # smbcloud-model Gem
2
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/model`. To experiment with that code, run `bin/console` for an interactive prompt.
6
-
7
- ## Installation
8
-
9
- TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_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
- ```bash
14
- bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
15
- ```
16
-
17
- If bundler is not being used to manage dependencies, install the gem by executing:
18
-
19
- ```bash
20
- gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
21
- ```
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- 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).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/model.
3
+ Ruby Gem version of `smbcloud-model`.
data/lib/model/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Model
4
- VERSION = "0.3.14"
4
+ VERSION = "0.3.15"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smbcloud-model
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.14
4
+ version: 0.3.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - paydii
@@ -44,7 +44,8 @@ files:
44
44
  - lib/model/version.rb
45
45
  - sig/model.rbs
46
46
  homepage: https://github.com/smbcloudXYZ/smbcloud-cli/tree/development/gems/model
47
- licenses: []
47
+ licenses:
48
+ - MIT
48
49
  metadata:
49
50
  allowed_push_host: https://rubygems.org
50
51
  homepage_uri: https://github.com/smbcloudXYZ/smbcloud-cli/tree/development/gems/model