falkorlib 0.6.7 → 0.6.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 69d6da4ea0df7c70d04ef5b74a00d0e2e4c1650d
4
- data.tar.gz: 95d491943922754d53bfb824045c21225c473841
3
+ metadata.gz: 29361d1eaf30aff1060e7637f8673f97526b64d0
4
+ data.tar.gz: 23172d2ef795128d7d9a37443bb15dbf2a5b623b
5
5
  SHA512:
6
- metadata.gz: 53e2258b6e48fca7a1572a918f6b6189a029ff5b9747e0dacd7f4f17585a3ba8bef83749a40a32a949388209569622f40d9a06818929a51e12417c48718dd047
7
- data.tar.gz: 06b48ac7fb8fee671faaec11d34644b090bfe079dcb088f215ac9ee2969300d643f3caed1b54f6fc6732adc296364857e6fff8b216b854db97ddd3b54a647f02
6
+ metadata.gz: 1f94d7e8bc8f7c6e9810f4ca397528cb0beef83696684bab26dd597c2101cfe2bb6c62f8a4d30e113ee0d283bf7bb8f9192e5ff5a7cc3291b758fdef71b59a4f
7
+ data.tar.gz: 20bb94f68292bf491fa5f9b3afb6e59ad4cd9d63abc13cdc0bab23f15149094a03427c56487e8edfbc02e39c90aef9c5ba99b8a4aded59d9fc6185002a18a7e7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- falkorlib (0.6.7)
4
+ falkorlib (0.6.8)
5
5
  artii (>= 2.1)
6
6
  awesome_print (~> 1.2)
7
7
  configatron (~> 3.2)
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  ################################################################################
3
- # Time-stamp: <Thu 2016-02-04 00:39 svarrette>
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
- options[:make] = false if options[:rake]
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}'"
@@ -19,7 +19,7 @@ module FalkorLib #:nodoc:
19
19
  # MAJOR: Defines the major version
20
20
  # MINOR: Defines the minor version
21
21
  # PATCH: Defines the patch version
22
- MAJOR, MINOR, PATCH = 0, 6, 7
22
+ MAJOR, MINOR, PATCH = 0, 6, 8
23
23
 
24
24
  module_function
25
25
 
@@ -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 00:34 svarrette>
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] %>/<%= config[:name].downcase %>` Project Tracker](<%= config[:issues_url] %>)
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.7
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-03 00:00:00.000000000 Z
11
+ date: 2016-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake