falkorlib 0.6.7 → 0.6.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/falkorlib/bootstrap/base.rb +5 -2
- data/lib/falkorlib/version.rb +1 -1
- data/templates/README/header_readme.erb +2 -1
- data/templates/README/readme_issues.erb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 29361d1eaf30aff1060e7637f8673f97526b64d0
|
4
|
+
data.tar.gz: 23172d2ef795128d7d9a37443bb15dbf2a5b623b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f94d7e8bc8f7c6e9810f4ca397528cb0beef83696684bab26dd597c2101cfe2bb6c62f8a4d30e113ee0d283bf7bb8f9192e5ff5a7cc3291b758fdef71b59a4f
|
7
|
+
data.tar.gz: 20bb94f68292bf491fa5f9b3afb6e59ad4cd9d63abc13cdc0bab23f15149094a03427c56487e8edfbc02e39c90aef9c5ba99b8a4aded59d9fc6185002a18a7e7
|
data/Gemfile.lock
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
################################################################################
|
3
|
-
# Time-stamp: <Thu 2016-02-04
|
3
|
+
# Time-stamp: <Thu 2016-02-04 12:18 svarrette>
|
4
4
|
################################################################################
|
5
5
|
# Interface for the main Bootstrapping operations
|
6
6
|
#
|
@@ -236,7 +236,10 @@ module FalkorLib
|
|
236
236
|
path = normalized_path(name)
|
237
237
|
project = File.basename(path)
|
238
238
|
use_git = FalkorLib::Git.init?(path)
|
239
|
-
|
239
|
+
if options[:rake]
|
240
|
+
options[:make] = false
|
241
|
+
options[:rvm] = true
|
242
|
+
end
|
240
243
|
info "Bootstrap a [Git] repository for the project '#{project}'"
|
241
244
|
if use_git
|
242
245
|
warning "Git is already initialized for the repository '#{name}'"
|
data/lib/falkorlib/version.rb
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
<% end %>
|
6
6
|
![By <%= config[:by] %>](https://img.shields.io/badge/by-<%= config[:by] %>-blue.svg) [![<%= config[:forge] %>](https://img.shields.io/badge/git-<%= config[:forge] %>-lightgray.svg)](<%= config[:source] %>) [![Issues](https://img.shields.io/badge/issues-<%= config[:forge] %>-green.svg)](<%= config[:issues_url] %>)
|
7
7
|
|
8
|
-
Time-stamp: <Thu 2016-02-04
|
8
|
+
Time-stamp: <Thu 2016-02-04 12:11 svarrette>
|
9
9
|
|
10
10
|
<%= ::Artii::Base.new().asciify( config[:name] ).split("\n").join("\n ") %>
|
11
11
|
Copyright (c) <%= Time.now.year %> <%= config[:author] %> <<%= config[:mail] %>>
|
@@ -16,6 +16,7 @@
|
|
16
16
|
|
17
17
|
<%= config[:description] %>
|
18
18
|
|
19
|
+
|
19
20
|
## Installation / Repository Setup
|
20
21
|
|
21
22
|
This repository is hosted on [<%= FalkorLib::Config::Bootstrap::DEFAULTS[:forge][ config[:forge].to_sym ][:name] %>](<%= config[:project_page] %>).
|
@@ -1,3 +1,4 @@
|
|
1
|
+
|
1
2
|
## Issues / Feature request
|
2
3
|
|
3
|
-
You can submit bug / issues / feature request using the [`<%= config[:by] %>/<%=
|
4
|
+
You can submit bug / issues / feature request using the [`<%= config[:by] %>/<%= name.downcase %>` Project Tracker](<%= config[:issues_url] %>)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: falkorlib
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sebastien Varrette
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-02-
|
11
|
+
date: 2016-02-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|