sinatra-fix_951 1.0.1 → 1.0.2
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.
- checksums.yaml +4 -4
- data/Readme.md +1 -1
- data/lib/sinatra/fix_951.rb +0 -1
- data/sinatra-fix_951.gemspec +3 -3
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9584f6d5030577db5dea1b7954b6599d43328d30
|
|
4
|
+
data.tar.gz: 11ac775f67f246c4dd4b3d55aa0e84ea32d4c607
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d14821c2d499444606e7c126f6ecbb9a3f0e7e10558025ab04472bb5553676ff9f0f17e24811dd68d74ab228057a0fc7e0dab6b280fccf401d92fc15804f4856
|
|
7
|
+
data.tar.gz: 3ebe42da0e8f6e1a6622b959f8374082d70d7553211199eed0c20d67806d33c682849bf95aa1073e80ba21eecbef398842e4a1c7020c50bffdb8d5c6ad50ae45
|
data/Readme.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Fix for Sinatra 1.4.5's [issue #951](https://github.com/sinatra/sinatra/issues/951)
|
|
4
4
|
===================================================================================
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
**NOTE THAT THIS IS UNNECESSARY FOR 1.4.6+, BECAUSE THE BUG IS FIXED IN THOSE RELEASES!!**
|
|
7
7
|
|
|
8
8
|
How to know if you hit this
|
|
9
9
|
---------------------------
|
data/lib/sinatra/fix_951.rb
CHANGED
data/sinatra-fix_951.gemspec
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'sinatra-fix_951'
|
|
3
|
-
s.version = '1.0.
|
|
4
|
-
s.description = "Fix bug #951
|
|
5
|
-
s.summary = "Fixes bug on Sinatra 1.4.5 you get 'Undefined method join for <#String:123123132>'"
|
|
3
|
+
s.version = '1.0.2'
|
|
4
|
+
s.description = "Sinatra version 1.4.5 only: Fix bug #951 (Note that this is fixed on newer versions)"
|
|
5
|
+
s.summary = "Fixes bug on Sinatra version 1.4.5 you get 'Undefined method join for <#String:123123132>' -- Newer versions of Sinatra fix this issue."
|
|
6
6
|
s.authors = ["Josh Cheek"]
|
|
7
7
|
s.email = "josh.cheek@gmail.com"
|
|
8
8
|
s.homepage = "https://github.com/JoshCheek/sinatra-fix_951"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sinatra-fix_951
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josh Cheek
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-03-
|
|
11
|
+
date: 2015-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sinatra
|
|
@@ -24,7 +24,8 @@ dependencies:
|
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 1.4.5
|
|
27
|
-
description: 'Fix bug #951
|
|
27
|
+
description: 'Sinatra version 1.4.5 only: Fix bug #951 (Note that this is fixed on
|
|
28
|
+
newer versions)'
|
|
28
29
|
email: josh.cheek@gmail.com
|
|
29
30
|
executables: []
|
|
30
31
|
extensions: []
|
|
@@ -61,7 +62,8 @@ rubyforge_project:
|
|
|
61
62
|
rubygems_version: 2.4.1
|
|
62
63
|
signing_key:
|
|
63
64
|
specification_version: 4
|
|
64
|
-
summary: Fixes bug on Sinatra 1.4.5 you get 'Undefined method join for <#String:123123132>'
|
|
65
|
+
summary: Fixes bug on Sinatra version 1.4.5 you get 'Undefined method join for <#String:123123132>'
|
|
66
|
+
-- Newer versions of Sinatra fix this issue.
|
|
65
67
|
test_files:
|
|
66
68
|
- test.rb
|
|
67
69
|
has_rdoc:
|