funky-simplehttp 0.4.3 → 0.4.4

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: 6e52ba4e83e1a05e17ecdcd09e508fb1f41730e9
4
- data.tar.gz: 218d7308a8f3860bb3a0d4010dafd9afa907554a
3
+ metadata.gz: 6471a61784877b5b5181c19ed5e00a7f2e697d36
4
+ data.tar.gz: 54ee42512ad74400de15481c39948ff8fff5764d
5
5
  SHA512:
6
- metadata.gz: bed26a69ec8ec19be86eaea5ac54c6f76cf562b7e6721a8cedd3f4d0f3c68ecfdb1a9308332ee94e13a44bf923c87048da7630c279b295cc83c23356a38bd6b5
7
- data.tar.gz: 12d44609abe5440c83d59ebe08b87cba9cb822ca1c709fbd845f03d6717de4c87020d4295e1c6add21fda11c8c37bb556f8149421d01d2ea6d0eb4e58e1165e5
6
+ metadata.gz: c37138213a86276f4254676aee4df50c8522981bc422cdcbc2a62d348475aa74b78f6446593b0451367340d24b66bc70c4db169fd9a5e1d647f950e273888874
7
+ data.tar.gz: 57a0d1e595a556efe7e466e9eb094c530402b82bc106be167e7f68cb473d9be2f365d6bc9012fa21160cc2e3998c1e65f2a8f55ab78e41363277618593d08284
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- funky-simplehttp (0.4.3)
4
+ funky-simplehttp (0.4.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/Rakefile CHANGED
@@ -23,9 +23,9 @@ desc "Compile simplehttp to mrb"
23
23
  task :build => :check do
24
24
  sh "mkdir -p #{File.join(SIMPLEHTTP_ROOT, "out")}"
25
25
  if ENV["MRBC"]
26
- sh "#{ENV["MRBC"]} -g -o #{SIMPLEHTTP_OUT} #{File.join(SIMPLEHTTP_ROOT, "lib", "simplehttp.rb")} "
26
+ sh "#{ENV["MRBC"]} -g -o #{SIMPLEHTTP_OUT} #{File.join(SIMPLEHTTP_ROOT, "lib", "funky-simplehttp.rb")} "
27
27
  else
28
- sh "env mrbc -g -o #{SIMPLEHTTP_OUT} #{File.join(SIMPLEHTTP_ROOT, "lib", "simplehttp.rb")} "
28
+ sh "env mrbc -g -o #{SIMPLEHTTP_OUT} #{File.join(SIMPLEHTTP_ROOT, "lib", "funky-simplehttp.rb")} "
29
29
  end
30
30
  end
31
31
 
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'simplehttp.rb'
4
+ require 'funky-simplehttp.rb'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "funky-simplehttp"
@@ -6,7 +6,7 @@ class SimpleHttp
6
6
  SEP = "\r\n"
7
7
 
8
8
  def self.version
9
- "0.4.3"
9
+ "0.4.4"
10
10
  end
11
11
 
12
12
  attr_accessor :socket, :socket_tcp, :support_fiber
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: funky-simplehttp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thiago Scalone
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-12 00:00:00.000000000 Z
11
+ date: 2016-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -51,7 +51,7 @@ files:
51
51
  - README.md
52
52
  - Rakefile
53
53
  - funky-simplehttp.gemspec
54
- - lib/simplehttp.rb
54
+ - lib/funky-simplehttp.rb
55
55
  - out/funky-simplehttp.mrb
56
56
  homepage: http://github.com/cloudwalkio/funky-simplehttp
57
57
  licenses: