nephos-server 0.6.7 → 0.6.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/CHANGELOG +4 -0
- data/Gemfile.lock +1 -1
- data/README.md +2 -2
- data/lib/nephos-server/params.rb +1 -0
- data/lib/nephos-server/server/responder.rb +1 -1
- data/nephos-server.gemspec +1 -1
- data/version +1 -1
- metadata +4 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dfb43f920b7062248d844802dbd96135df959937
|
4
|
+
data.tar.gz: 3e90d530f635a27f4f677c31209e45e3017f779b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2f24d53c42f4649b223181a5cfc35734b3cd9038ebf61f83a21b421c3f5ec4db6d4cbab6833f521207b7c6d45b44951b2a76bf65c64a3a523b05f539896cae8
|
7
|
+
data.tar.gz: 05afd2f2b0e6c2ce436c52f63b7887362575ab6c38f2b45405a0f4111020cd9e8c2430d99c3f2805a8d5326cbd7d837a93b6fe86576415777cc9f28f3a6c6c1a
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/CHANGELOG
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -133,13 +133,13 @@ Gitlab Continuous Integration:
|
|
133
133
|
[![Gitlab Tests](https://gitlab.com/ci/projects/8973/status.png?ref=master)](https://gitlab.com/ci/projects/8973?ref=master)
|
134
134
|
|
135
135
|
Github version
|
136
|
-
[![GitHub version](https://badge.fury.io/gh/
|
136
|
+
[![GitHub version](https://badge.fury.io/gh/Nephos%2FNephosRubyServer.svg)](http://badge.fury.io/gh/Nephos%2FNephosRubyServer)
|
137
137
|
|
138
138
|
Released version on ruby-gems
|
139
139
|
[![Gem Version](https://badge.fury.io/rb/nephos-server.svg)](http://badge.fury.io/rb/nephos-server)
|
140
140
|
|
141
141
|
Code Quality
|
142
|
-
[![Code Climate](https://codeclimate.com/github/
|
142
|
+
[![Code Climate](https://codeclimate.com/github/Nephos/NephosRubyServer/badges/gpa.svg)](https://codeclimate.com/github/Nephos/NephosRubyServer)
|
143
143
|
|
144
144
|
Nephos gem version
|
145
145
|
[![Nephos Executables](https://badge.fury.io/rb/nephos.svg)](http://badge.fury.io/rb/nephos)
|
data/lib/nephos-server/params.rb
CHANGED
data/nephos-server.gemspec
CHANGED
data/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.8
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nephos-server
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- poulet_a
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
31
31
|
tcYkgfqUJPitIJx1RvWZpIyH5uJhRUYK3+vU9nMOxez5WbIlC1TtpByKAPMX+sht
|
32
32
|
gib3AoIT8jh/2w==
|
33
33
|
-----END CERTIFICATE-----
|
34
|
-
date: 2015-
|
34
|
+
date: 2015-11-01 00:00:00.000000000 Z
|
35
35
|
dependencies:
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: nomorebeer
|
@@ -144,7 +144,7 @@ files:
|
|
144
144
|
- test/router.rb
|
145
145
|
- test/test.rb
|
146
146
|
- version
|
147
|
-
homepage: https://github.com/
|
147
|
+
homepage: https://github.com/Nephos/NephosRubyServer
|
148
148
|
licenses:
|
149
149
|
- GNU/GPLv3
|
150
150
|
metadata: {}
|
@@ -167,6 +167,6 @@ rubyforge_project:
|
|
167
167
|
rubygems_version: 2.4.8
|
168
168
|
signing_key:
|
169
169
|
specification_version: 4
|
170
|
-
summary: "*
|
170
|
+
summary: "* Update urls and links * Important fix for cookies"
|
171
171
|
test_files: []
|
172
172
|
has_rdoc:
|
metadata.gz.sig
CHANGED
Binary file
|