utopia 1.6.10 → 1.6.11

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
  SHA1:
3
- metadata.gz: 6b2d92b24749a06b39a57e73893922e924965eec
4
- data.tar.gz: 65080bf35246a368ad9fc91b70cdb4eda53496a4
3
+ metadata.gz: 1003c31386736c0e78c44ce103fd489f41e44afc
4
+ data.tar.gz: ce5afbf8eaaa4ff76fc574984a105f47e5180ab7
5
5
  SHA512:
6
- metadata.gz: 18d261962b773a291969dd24faff972b54fba8a2c56bc30ab7cd706ac290c5f28a003b692f5d8f45697d498b5319e2c0d11d69ffbc496bd7d65dd9a493595dd3
7
- data.tar.gz: ba3e6a8ffb46827bc5d2746b00caa40e1d45a20f4364985fa216f8481c6aeac726a6478581f4a9a121b6ac38bca11411eefe2daeff9282d47fecd03664f8147f
6
+ metadata.gz: d8172e01e0b143367e62b3d70f1bb78e83c9ba628fff03a68cce2abb1c02e8021c41ecd0ae5a477f80229725a5b2df554df2c919ecb99c2b463e886a23b5f27a
7
+ data.tar.gz: 02319b3d967f0f1ea7697ef87fcbc38b50951358fea6fc235a8c922983b7467890f413e47adf148447980fcd1da2043c96c1c379aaacbf3fb9986aa1f325c5c9
@@ -251,7 +251,7 @@ module Utopia
251
251
 
252
252
  def invoke(program_name: File.basename($0))
253
253
  if @options[:version]
254
- puts "utopia v#{Teapot::VERSION}"
254
+ puts "utopia v#{VERSION}"
255
255
  elsif @options[:help] or @command.nil?
256
256
  print_usage(program_name)
257
257
  else
@@ -19,5 +19,5 @@
19
19
  # THE SOFTWARE.
20
20
 
21
21
  module Utopia
22
- VERSION = "1.6.10"
22
+ VERSION = "1.6.11"
23
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: utopia
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.10
4
+ version: 1.6.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-30 00:00:00.000000000 Z
11
+ date: 2016-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: trenni