utopia 1.5.0 → 1.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/utopia/version.rb +1 -1
- data/setup/site/Rakefile +2 -2
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90df23cabd0ea51587310fb49e0b425a0e9f8457
|
4
|
+
data.tar.gz: 7b9ee09dc427632e6b22185b1dadd5096cc60dab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95beea23a7e15a819a58596a55998eef9641b92bf3c3da1c56877661b00a3fbff2e08564aff43e573c3391df3d465beeb9c7854b57f00371d4ece95513cef56f
|
7
|
+
data.tar.gz: d19709dab409341a59d288af8ff9a6755a773a92bba4601ef05758709aa7d53e79408cf9909d1a6afc330034a8d2d699179e2572d38368c3a9513cceb899f4e0
|
data/lib/utopia/version.rb
CHANGED
data/setup/site/Rakefile
CHANGED
@@ -11,8 +11,8 @@ end
|
|
11
11
|
|
12
12
|
desc 'Run a server for testing your web application'
|
13
13
|
task :server => :environment do
|
14
|
-
port = ENV.fetch('SERVER_PORT', 9292)
|
15
|
-
|
14
|
+
port = ENV.fetch('SERVER_PORT', 9292).to_s
|
15
|
+
exec('puma', '-p', port)
|
16
16
|
end
|
17
17
|
|
18
18
|
desc 'Start an interactive console for your web application'
|
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.5.
|
4
|
+
version: 1.5.1
|
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-03-
|
11
|
+
date: 2016-03-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: trenni
|
@@ -451,4 +451,3 @@ test_files:
|
|
451
451
|
- spec/utopia/setup_spec.rb
|
452
452
|
- spec/utopia/static_spec.rb
|
453
453
|
- spec/utopia/static_spec.ru
|
454
|
-
has_rdoc:
|