nephos 1.0.1 → 1.0.3

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/bin/ngenerator +1 -1
  3. data/bin/nserver +1 -1
  4. data/bin/nstatus +2 -2
  5. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f90c46202f79613acea02877d08b4fa0147a266
4
- data.tar.gz: a5caa4deca532cd2f7994aa3f87d92fe961759ee
3
+ metadata.gz: c05dd0981a2f7baf12c9d0532b03f284deb9c5d0
4
+ data.tar.gz: 7cda901dff8505fad0f844386b1973e43455abfc
5
5
  SHA512:
6
- metadata.gz: bf3cd02cf0f309c579c3f262cb36c21b8791060518b6805f47fa16ca856d4218ac9a10949742cfa59bfdfd07bdc8982ce8b8c9871e2c8fde2db1dd07e2d84efb
7
- data.tar.gz: 627636d832fc16507be792519ee2ff1ea9c02735406c761432ddfc3dc429041116f8b663b5345b0c0b2eb89189731eedd87657692effd1e684ae37f09ba96d47
6
+ metadata.gz: 86a649769d68b9154bb5ff309aad010f539d87fefebccd9badb3a97f6ddd77d89a3e4a6e8d73d3f47a103d8a282a9f8449bf2d25f78e00cde0e989721f322f46
7
+ data.tar.gz: c565436013f43d356ee729495e5e3d91e106cf21930534b00060d25609342bfacbf4bce44753747ba21a213d154007d772634b06deca2b947dde4fcdaae1c1b3
data/bin/ngenerator CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- if File.exists? "Gemfile"
3
+ if File.exists? "Gemfile.lock" and File.read("Gemfile.lock").include? "nephos-server"
4
4
  exec("bundle exec nephos-generator #{ARGV.join ' '}")
5
5
  else
6
6
  exec("nephos-generator #{ARGV.join ' '}")
data/bin/nserver CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- if File.exists? "Gemfile"
3
+ if File.exists? "Gemfile.lock" and File.read("Gemfile.lock").include? "nephos-server"
4
4
  exec("bundle exec nephos-server #{ARGV.join ' '}")
5
5
  else
6
6
  exec("nephos-server #{ARGV.join ' '}")
data/bin/nstatus CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- if File.exists? "Gemfile"
3
+ if File.exists? "Gemfile.lock" and File.read("Gemfile.lock").include? "nephos-server"
4
4
  exec("bundle exec nephos-status #{ARGV.join ' '}")
5
5
  else
6
- puts "No in an application directory"
6
+ puts "Not in an application directory"
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nephos
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - poulet_a
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-20 00:00:00.000000000 Z
11
+ date: 2015-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nomorebeer
@@ -77,5 +77,6 @@ rubyforge_project:
77
77
  rubygems_version: 2.4.8
78
78
  signing_key:
79
79
  specification_version: 4
80
- summary: Executables versionned for nephos-server
80
+ summary: Lite fix
81
81
  test_files: []
82
+ has_rdoc: