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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 98b5cecfbe880a8c8500aae3d2e00f9543a5f501
4
- data.tar.gz: 2b6f90096169a083a4d54e5db746f5bc085860ad
3
+ metadata.gz: 9584f6d5030577db5dea1b7954b6599d43328d30
4
+ data.tar.gz: 11ac775f67f246c4dd4b3d55aa0e84ea32d4c607
5
5
  SHA512:
6
- metadata.gz: 0d64d1403e5c6ed9a6b0ff23fae508dda1b88b5fa3d71e779d5c3bb3532bc3c2b9ba6e3d1c95a112211cdf6b6982cda388bae9f6010632ab225dea67562796ae
7
- data.tar.gz: 0db48eeaca69e0399ca4c3052e565932c5e91c358f023a27f9c753f834bd3b49e0fca6267787e9a0420ff4a42fa14d99c6c3ae87e270da210639d029995b1377
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
- Fixes a bug that my students have been hitting while working on their projects.
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
  ---------------------------
@@ -1,3 +1,2 @@
1
- # fix the Sinatra 1.4.5 bug
2
1
  require 'sinatra/show_exceptions'
3
2
  Sinatra::ShowExceptions.module_eval { def pretty(*) Array super end }
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'sinatra-fix_951'
3
- s.version = '1.0.1'
4
- s.description = "Fix bug #951 in Sinatra version 1.4.5"
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.1
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-22 00:00:00.000000000 Z
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 in Sinatra version 1.4.5'
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: