eucalypt 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -8
- data/eucalypt.gemspec +4 -4
- data/lib/eucalypt/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5fe72a6f8a63096db282ff0c7eebbd6719860893cd6dd99eb4c91a3d7cc163de
|
4
|
+
data.tar.gz: 31c406116e711ebb9b5a94deaaaa909a560fa58cb78146ca1f4781205c5f669b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1540c989e1c0774ef637782e65b433f3ee9d66ba9d6c350da7ffa98bfcd05046d1cf32a2c91ac6f7567ba82daa639866116e6239b7b5344225a542c09cf974b
|
7
|
+
data.tar.gz: 042fd7143d19081383fd014f2f55504f01d37e404e08f797abf3830da606a878d531ea160ac98d0f32ffe394613894345b1f1174399ad422e3a482c3ccfd18ee
|
data/README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
[![Ruby Version](https://img.shields.io/badge/ruby-~%3E%202.5-red.svg)](https://github.com/
|
1
|
+
[![Ruby Version](https://img.shields.io/badge/ruby-~%3E%202.5-red.svg)](https://github.com/eucalypt-framework/eucalypt/blob/0c509a4e22fd97ec52b6f638af21de783f3aafc8/eucalypt.gemspec#L19)
|
2
2
|
[![Gem](https://img.shields.io/gem/v/eucalypt.svg)](https://rubygems.org/gems/eucalypt)
|
3
|
-
[![Build Status](https://travis-ci.org/
|
4
|
-
[![License](https://img.shields.io/github/license/
|
5
|
-
[![Documentation](https://img.shields.io/badge/docs-gitbook-blue.svg)](https://
|
3
|
+
[![Build Status](https://travis-ci.org/eucalypt-framework/eucalypt.svg?branch=master)](https://travis-ci.org/eucalypt-framework/eucalypt)
|
4
|
+
[![License](https://img.shields.io/github/license/eucalypt-framework/eucalypt.svg)](https://github.com/eucalypt-framework/eucalypt/blob/master/LICENSE)
|
5
|
+
[![Documentation](https://img.shields.io/badge/docs-gitbook-blue.svg)](https://eucalypt.gitbook.io/eucalypt)
|
6
6
|
|
7
7
|
# Eucalypt
|
8
8
|
|
9
|
-
Micro-framework and CLI wrapped around the Sinatra DSL
|
9
|
+
Micro-framework and CLI wrapped around the Sinatra DSL.
|
10
10
|
|
11
11
|
## Installation
|
12
12
|
|
@@ -32,9 +32,7 @@ Move into your new application's directory and run the top-level `eucalypt` comm
|
|
32
32
|
|
33
33
|
## Documentation and help
|
34
34
|
|
35
|
-
The full documentation can be found [here](https://
|
36
|
-
|
37
|
-
---
|
35
|
+
The full documentation can be found [here](https://eucalypt.gitbook.io/eucalypt).
|
38
36
|
|
39
37
|
## Features
|
40
38
|
|
data/eucalypt.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.authors = ["Edwin Onuonga"]
|
9
9
|
spec.email = ["edwinonuonga@gmail.com"]
|
10
10
|
|
11
|
-
spec.summary = %q{Micro-framework and CLI wrapped around the Sinatra DSL
|
12
|
-
spec.homepage = "https://
|
11
|
+
spec.summary = %q{Micro-framework and CLI wrapped around the Sinatra DSL.}
|
12
|
+
spec.homepage = "https://eucalypt.gitbook.io/eucalypt"
|
13
13
|
spec.license = "MIT"
|
14
14
|
spec.files = Dir.glob('lib/**/*', File::FNM_DOTMATCH) + %w[Gemfile LICENSE README.md Rakefile eucalypt.gemspec bin/eucalypt]
|
15
15
|
spec.bindir = "bin"
|
@@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
|
|
33
33
|
spec.add_runtime_dependency "rerun", "~> 0.13"
|
34
34
|
|
35
35
|
spec.metadata = {
|
36
|
-
"documentation_uri" => "https://
|
37
|
-
"source_code_uri" => "https://github.com/eucalypt/eucalypt/"
|
36
|
+
"documentation_uri" => "https://eucalypt.gitbook.io/eucalypt",
|
37
|
+
"source_code_uri" => "https://github.com/eucalypt-framework/eucalypt/"
|
38
38
|
}
|
39
39
|
end
|
data/lib/eucalypt/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eucalypt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Edwin Onuonga
|
@@ -344,12 +344,12 @@ files:
|
|
344
344
|
- lib/eucalypt/list.rb
|
345
345
|
- lib/eucalypt/static.rb
|
346
346
|
- lib/eucalypt/version.rb
|
347
|
-
homepage: https://
|
347
|
+
homepage: https://eucalypt.gitbook.io/eucalypt
|
348
348
|
licenses:
|
349
349
|
- MIT
|
350
350
|
metadata:
|
351
|
-
documentation_uri: https://
|
352
|
-
source_code_uri: https://github.com/eucalypt/eucalypt/
|
351
|
+
documentation_uri: https://eucalypt.gitbook.io/eucalypt
|
352
|
+
source_code_uri: https://github.com/eucalypt-framework/eucalypt/
|
353
353
|
post_install_message:
|
354
354
|
rdoc_options: []
|
355
355
|
require_paths:
|
@@ -369,6 +369,5 @@ rubyforge_project:
|
|
369
369
|
rubygems_version: 2.7.7
|
370
370
|
signing_key:
|
371
371
|
specification_version: 4
|
372
|
-
summary: Micro-framework and CLI wrapped around the Sinatra DSL
|
373
|
-
and maintenance of structured web applications.
|
372
|
+
summary: Micro-framework and CLI wrapped around the Sinatra DSL.
|
374
373
|
test_files: []
|