kratos 1.0.0 → 1.0.1
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 +4 -4
- data/bin/setup +0 -1
- data/lib/kratos/version.rb +1 -1
- data/templates/bin_setup +1 -0
- metadata +1 -4
- data/.travis.yml +0 -11
- data/bin/rake +0 -16
- data/bin/rspec +0 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e847aa2496ff81c53b087fd062f24f08f28ad3f
|
4
|
+
data.tar.gz: 6f7c79661d4e952fd8fa4242ac7e687304cbeb1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11e8f246cb4bd29e4c860400f8b30af309f129375d50b432d8306c06a1456c829daee70c3a2ade5f4ab3c8996364e030a26c0b1d40d7cd03b43d609e2d9b097f
|
7
|
+
data.tar.gz: de657ebb88d2f30d9fb906100f5f2bb5d01b264193f9f317f82a2698dd42e97bb7a0561e3bf2e00e287d85bd8547daff28105db3bc8a0afbf9bce3035a7053bf
|
data/bin/setup
CHANGED
data/lib/kratos/version.rb
CHANGED
data/templates/bin_setup
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kratos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- jaisonerick
|
@@ -50,13 +50,10 @@ extra_rdoc_files:
|
|
50
50
|
files:
|
51
51
|
- ".gitignore"
|
52
52
|
- ".ruby-version"
|
53
|
-
- ".travis.yml"
|
54
53
|
- Gemfile
|
55
54
|
- LICENSE
|
56
55
|
- README.md
|
57
56
|
- bin/kratos
|
58
|
-
- bin/rake
|
59
|
-
- bin/rspec
|
60
57
|
- bin/setup
|
61
58
|
- kratos.gemspec
|
62
59
|
- lib/kratos.rb
|
data/.travis.yml
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
language: ruby
|
2
|
-
rvm: 2.3.0
|
3
|
-
cache: bundler
|
4
|
-
sudo: false
|
5
|
-
before_install:
|
6
|
-
- "echo '--colour' > ~/.rspec"
|
7
|
-
- git config --global user.name 'Travis CI'
|
8
|
-
- git config --global user.email 'travis-ci@example.com'
|
9
|
-
install: bundle install
|
10
|
-
notifications:
|
11
|
-
email: false
|
data/bin/rake
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
#
|
3
|
-
# This file was generated by Bundler.
|
4
|
-
#
|
5
|
-
# The application 'rake' is installed as part of a gem, and
|
6
|
-
# this file is here to facilitate running it.
|
7
|
-
#
|
8
|
-
|
9
|
-
require 'pathname'
|
10
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile',
|
11
|
-
Pathname.new(__FILE__).realpath)
|
12
|
-
|
13
|
-
require 'rubygems'
|
14
|
-
require 'bundler/setup'
|
15
|
-
|
16
|
-
load Gem.bin_path('rake', 'rake')
|
data/bin/rspec
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
#
|
3
|
-
# This file was generated by Bundler.
|
4
|
-
#
|
5
|
-
# The application 'rspec' is installed as part of a gem, and
|
6
|
-
# this file is here to facilitate running it.
|
7
|
-
#
|
8
|
-
|
9
|
-
require 'pathname'
|
10
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile',
|
11
|
-
Pathname.new(__FILE__).realpath)
|
12
|
-
|
13
|
-
require 'rubygems'
|
14
|
-
require 'bundler/setup'
|
15
|
-
|
16
|
-
load Gem.bin_path('rspec-core', 'rspec')
|