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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69c606f46045814abaee082ff7d794393711c4b09381fa7c48c02f0a24862296
4
- data.tar.gz: 37daf301d17b09834ef411152108db3c45ece54104b02210fbe41100b4f0ba33
3
+ metadata.gz: 5fe72a6f8a63096db282ff0c7eebbd6719860893cd6dd99eb4c91a3d7cc163de
4
+ data.tar.gz: 31c406116e711ebb9b5a94deaaaa909a560fa58cb78146ca1f4781205c5f669b
5
5
  SHA512:
6
- metadata.gz: 795354977c8d759607bd723e4c2875b477c98660f2bb1c16549b747f6706d8f8cbe795563b10333b4e1d293b24a9f4cc306845048a8eabf0d4a3ad095041c951
7
- data.tar.gz: 850326987691936e67a4c70c4d12ccf442d5d711a25057c32790a518e0a1a6f26b2353918ba028c26e082bd3e2da24abc49652370c4afeaa13839f8605bdbb2b
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/eonu/eucalypt/blob/0c509a4e22fd97ec52b6f638af21de783f3aafc8/eucalypt.gemspec#L19)
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/eonu/eucalypt.svg?branch=master)](https://travis-ci.org/eonu/eucalypt)
4
- [![License](https://img.shields.io/github/license/eonu/eucalypt.svg)](https://github.com/eonu/eucalypt/blob/master/LICENSE)
5
- [![Documentation](https://img.shields.io/badge/docs-gitbook-blue.svg)](https://gum.gitbook.io/eucalypt)
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, for the generation and maintenance of structured web applications.
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://gum.gitbook.io/eucalypt).
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, for the generation and maintenance of structured web applications.}
12
- spec.homepage = "https://gum.gitbook.io/eucalypt"
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://gum.gitbook.io/eucalypt",
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
@@ -1,3 +1,3 @@
1
1
  module Eucalypt
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
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.2
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://gum.gitbook.io/eucalypt
347
+ homepage: https://eucalypt.gitbook.io/eucalypt
348
348
  licenses:
349
349
  - MIT
350
350
  metadata:
351
- documentation_uri: https://gum.gitbook.io/eucalypt
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, for the generation
373
- and maintenance of structured web applications.
372
+ summary: Micro-framework and CLI wrapped around the Sinatra DSL.
374
373
  test_files: []