blueprint-io 0.3.0 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f6506885d5df6a2a91ba529cf3e18ff34da2b3e6
4
- data.tar.gz: a65e309efd971a1a806eb0fa66bb2694ab70444b
3
+ metadata.gz: 28f117b09b09ce86b880bf9a02053e436832136e
4
+ data.tar.gz: e7917851585c817b76df77a9dfc750cff1a2a19c
5
5
  SHA512:
6
- metadata.gz: d7109a6763e9d47f745e5366765bffb5b04b93381696db6a16b3d542b6e9ed65ce7c04b8262ace494b53e972ad9b67c60b4e5b4e3997cb54c25b69aba6963b63
7
- data.tar.gz: 4c68102cf29bd727beb327dbbb64dabd425a9f39add8c4bbbf5797fbfcaaf8c88bf9085688f9adc494115716cc7ee837584c7eede872d29f0b3985c07f061d1b
6
+ metadata.gz: 7a21d741c3d51ba09ec91e8b77c40a71e1a73e0f8f6b179dc0b5de008e9ec836b8fed8da92ab6a6618ae74a671866fb9dbbd4038b9ab28ed8d44f7f5f0886bf2
7
+ data.tar.gz: 12118ae3720a142d6605ba7cce2608e30bd6e45f1f734844866a83213ffacb00a208fa5ccdce29d9bd85436c1213cab1bfa0a35c29c58015f0cf4dc0996dc679
@@ -31,7 +31,7 @@ if args.shift.to_s.strip.downcase == "run"
31
31
  else
32
32
  require "commander/import"
33
33
 
34
- program :name, 'archi'
34
+ program :name, 'blueprint'
35
35
  program :version, Blueprint::Io::VERSION || "1.0.1"
36
36
  program :description, 'architects toolkit for writing blueprints'
37
37
 
data/blueprint-io.gemspec CHANGED
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
17
  spec.bindir = "bin"
18
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
18
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
19
19
  spec.require_paths = ["lib"]
20
20
 
21
21
  spec.add_dependency 'datapimp', '>= 1.2.1'
@@ -1,5 +1,5 @@
1
1
  module Blueprint
2
2
  module Io
3
- VERSION = "0.3.0"
3
+ VERSION = "0.3.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blueprint-io
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Soeder
@@ -98,7 +98,10 @@ description: Blueprint lets you create product blueprints which make collaborati
98
98
  between designers, developers, and project stakeholders focused and efficient.
99
99
  email:
100
100
  - jonathan.soeder@gmail.com
101
- executables: []
101
+ executables:
102
+ - blueprint
103
+ - console
104
+ - setup
102
105
  extensions: []
103
106
  extra_rdoc_files: []
104
107
  files:
@@ -108,7 +111,7 @@ files:
108
111
  - Gemfile
109
112
  - README.md
110
113
  - Rakefile
111
- - bin/blueprint-io
114
+ - bin/blueprint
112
115
  - bin/console
113
116
  - bin/setup
114
117
  - blueprint-io.gemspec