sijka 0.0.0.3 → 0.0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/lib/sijka/version.rb +1 -1
  3. metadata +1 -5
  4. data/bin/console +0 -14
  5. data/bin/setup +0 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 201fa799ad713481260eb4d485caec3036245c45
4
- data.tar.gz: bab3f6d1d40754857a55e977766debb295c36842
3
+ metadata.gz: ee722dbe36850d22fd0cfc84e2bd0cab06b09efa
4
+ data.tar.gz: e4ae287c7b7e8319237ff4ce79118fc31042f634
5
5
  SHA512:
6
- metadata.gz: 893b13531a8ac5f61f9600c5ef16da931c9cea00597613884d09f8e5f1ccf2008220200c95d4b75e6a88d9108efe5023604d589153258471aaa90c43f16434fc
7
- data.tar.gz: d493a0cab67dbb17d974bfac3ba747de4b00122f9aad0771e34192b4436916670c56f32dbeb0c0aaa1f988bb973edf2a769d90f623f0fb265fcd1e9a3c1673e7
6
+ metadata.gz: 0f6f277eda831e48b88c7e3a68916689d0c885c23edcdc53a74adb34cecae09155de5469dba208d0194460c4b64f5be48187fe75a1f26ce153c90de340ad32c1
7
+ data.tar.gz: 75f84843af3b7a4ee59db58f276b9045b81b8abe8386e05384a9ddf13c5914c342960b0db6eab6bca94e531c4fa26d6f563a56c53ba11fab653eb10c855e3db4
data/lib/sijka/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Sijka
2
- VERSION = "0.0.0.3"
2
+ VERSION = "0.0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sijka
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.3
4
+ version: 0.0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mario_Sparta
@@ -56,8 +56,6 @@ description: Smoke without harm to health
56
56
  email:
57
57
  - megosparta@mail.ru
58
58
  executables:
59
- - console
60
- - setup
61
59
  - sijka
62
60
  extensions: []
63
61
  extra_rdoc_files: []
@@ -69,8 +67,6 @@ files:
69
67
  - LICENSE.txt
70
68
  - README.md
71
69
  - Rakefile
72
- - bin/console
73
- - bin/setup
74
70
  - bin/sijka
75
71
  - lib/.DS_Store
76
72
  - lib/characters/base.txt
data/bin/console DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require_relative '../lib/sijka'
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start(__FILE__)
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here