berlin-ai 0.0.34 → 0.0.35

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.
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.authors = ["Christian Blais", "Guillaume Malette", "Jodi Giordano"]
12
12
  s.email = ["christ.blais@gmail.com", "gmalette@gmail.com", "giordano.jodi@gmail.com"]
13
13
  s.homepage = "http://github.com/thirdside/berlin-ai"
14
+ s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
14
15
  s.summary = "Berlin Artificial Intelligence"
15
16
  s.description = "Berlin Artificial Intelligence"
16
17
 
@@ -16,6 +16,8 @@ require File.expand_path('../../lib/version', __FILE__)
16
16
 
17
17
  name = options[:name]
18
18
 
19
+ exit(1) unless name
20
+
19
21
  Dir.mkdir name
20
22
 
21
23
  %w(Gemfile config.ru ai.rb).each do |file|
@@ -2,7 +2,7 @@ module Berlin
2
2
  module AI
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- BUILD = 34
5
+ BUILD = 35
6
6
 
7
7
  VERSION = "#{MAJOR}.#{MINOR}.#{BUILD}"
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: berlin-ai
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.34
4
+ version: 0.0.35
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: