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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f56113d904ac347a19a06e151745a8a86ac3824
4
- data.tar.gz: c558a51379e268a046fd2f8c1915d762a7fd61e3
3
+ metadata.gz: dfb43f920b7062248d844802dbd96135df959937
4
+ data.tar.gz: 3e90d530f635a27f4f677c31209e45e3017f779b
5
5
  SHA512:
6
- metadata.gz: 3ee29b97d3682d7fa4cf571f9112be21fbd73e49f4dc2de3325b1b543a853f2bdde98093608bbd8d17c5b37acaac684322aceb1a9da62dce55c0cc48e0758283
7
- data.tar.gz: 294375556d2a690a2813404dd68d38c0d56d25055a6ea45057eaabf69fd8e2033a5d67974182c1c4f1ca1954451a4e7dba9b12c4d960658da2264e3a0fb1dfb8
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
@@ -1,3 +1,7 @@
1
+ v0.6.8
2
+ * Update urls and links
3
+ * Important fix for cookies
4
+
1
5
  v0.6.7
2
6
  * Fix gemspec
3
7
 
data/Gemfile.lock CHANGED
@@ -3,7 +3,7 @@ GEM
3
3
  specs:
4
4
  colorize (0.7.7)
5
5
  nomorebeer (1.1)
6
- puma (2.13.4)
6
+ puma (2.14.0)
7
7
  rack (1.6.4)
8
8
 
9
9
  PLATFORMS
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/pouleta%2FNephosRubyServer.svg)](http://badge.fury.io/gh/pouleta%2FNephosRubyServer)
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/pouleta/NephosRubyServer/badges/gpa.svg)](https://codeclimate.com/github/pouleta/NephosRubyServer)
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)
@@ -32,6 +32,7 @@ module Nephos
32
32
  def to_h
33
33
  return @hash
34
34
  end
35
+ alias :to_hash :to_h
35
36
 
36
37
  def to_s
37
38
  return to_h.to_s
@@ -82,7 +82,7 @@ module Nephos
82
82
 
83
83
  # puts "--- Params #{params.class} ---", "<<", params, ">>"
84
84
  resp = render(params)
85
- controller.cookies.each do |k, v|
85
+ controller.cookies.to_h.each do |k, v|
86
86
  resp.set_cookie k, v
87
87
  end
88
88
  return resp
@@ -62,7 +62,7 @@ nephos-server
62
62
  nephos-generator
63
63
  nephos-status
64
64
  )
65
- s.homepage = 'https://github.com/pouleta/NephosRubyServer'
65
+ s.homepage = 'https://github.com/Nephos/NephosRubyServer'
66
66
  s.license = 'GNU/GPLv3'
67
67
 
68
68
  s.cert_chain = ['certs/nephos.pem']
data/version CHANGED
@@ -1 +1 @@
1
- 0.6.7
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.7
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-10-23 00:00:00.000000000 Z
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/pouleta/NephosRubyServer
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: "* Fix gemspec"
170
+ summary: "* Update urls and links * Important fix for cookies"
171
171
  test_files: []
172
172
  has_rdoc:
metadata.gz.sig CHANGED
Binary file