bison 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/bison/version.rb +1 -1
  3. data/lib/bison.rb +1 -0
  4. metadata +3 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b2d34e56a80f8543c1dead4d19836d67204b62705afe692c3ccf24f674f014c
4
- data.tar.gz: 127273dee972a03f622ba99635a587e07c778635f39f7c2715745b273c6d5682
3
+ metadata.gz: a50cf0a5400f2ce694059faaebcf8122f5902a2d604d6eb5dad3304e8068efeb
4
+ data.tar.gz: 766cf5df25f4277651ec36ebfe857bca7ab6382609615bd371f3d712be5bab21
5
5
  SHA512:
6
- metadata.gz: d8663a093d8ecdfdaf55b1b3c9e077b81e7d500eb82395e015c598dc1ac33e286669ddfac2d7a6ab601cd70b4d3b19f3e3c2df40c0cdda617e1ce83e3df7814a
7
- data.tar.gz: c065280464217f5155312b7313d1344d4d79110159478d7e7e83aad625300026ae716611c0f3419105e80813731d6cb93f3de9d9dfe792fa43e8a2b43c939914
6
+ metadata.gz: 7cfde10f65e8ffe411354d6d6673446553ac1a6cdff897c236594f700fc4ffe88308690c559deebfda42168bca00200f3c4a82d3d39d0b08a7c0e9bf0919e921
7
+ data.tar.gz: 167a024e83fcf1b8a18e62dcb3815f095d90fa22ed7c0ff3f759a23facd74e5f37b6a282ed20968efeeda60f06f5b7386b370446bd59b2b156cea5a381b873d2
data/lib/bison/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Bison
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
data/lib/bison.rb CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  require_relative "bison/version"
4
4
 
5
+ # Bison
5
6
  module Bison
6
7
  class Error < StandardError; end
7
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bison
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - omusamurai
@@ -10,10 +10,8 @@ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2024-04-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: The Bison platform typically offers tools, frameworks, and services that
14
- cover the entire application development lifecycle, from designing the user interface
15
- (frontend) to managing data storage (database), including the logic and functionality
16
- (backend), and facilitating deployment and scaling (deployment infrastructure).
13
+ description: Bison offers tools, frameworks, and services to cover entire application
14
+ development lifecycle.
17
15
  email:
18
16
  - 9350722+Sylvance@users.noreply.github.com
19
17
  executables: []