sinatra-fix_951 1.0.0 → 1.0.1

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: 7de5a3271eb11d6cee35247559e34b2e90523a5f
4
- data.tar.gz: 51ff29c937fe5828d1d2af2cbbf56d8df4a2d052
3
+ metadata.gz: 98b5cecfbe880a8c8500aae3d2e00f9543a5f501
4
+ data.tar.gz: 2b6f90096169a083a4d54e5db746f5bc085860ad
5
5
  SHA512:
6
- metadata.gz: 55bdde9fffde3b2b1bf20d0eed2da96c105a94d505994b54799363aeaa608a9ec7acfda5585328a0b16c335d08573fd4e3a4d5fc78d33cd646a600784e49f976
7
- data.tar.gz: 5046102e6ae621b2e70578ff246801c5b2bf566debd87101a699952e6d94831839449c54b7bcfd3bff770c21f64a43b0e375fa32e0b0b2131dd8bd3a7156e386
6
+ metadata.gz: 0d64d1403e5c6ed9a6b0ff23fae508dda1b88b5fa3d71e779d5c3bb3532bc3c2b9ba6e3d1c95a112211cdf6b6982cda388bae9f6010632ab225dea67562796ae
7
+ data.tar.gz: 0db48eeaca69e0399ca4c3052e565932c5e91c358f023a27f9c753f834bd3b49e0fca6267787e9a0420ff4a42fa14d99c6c3ae87e270da210639d029995b1377
data/.gitignore CHANGED
@@ -1,6 +1,3 @@
1
- # THIS IS COPY / PASTED STRAIGHT OUT OF THE SINATRA GEMFILE:
2
- # https://github.com/sinatra/sinatra/blob/v1.4.5/.gitignore
3
-
4
1
  # please add general patterns to your global ignore list
5
2
  # see https://github.com/github/gitignore#readme
6
3
  .DS_STORE
data/.travis.yml CHANGED
@@ -1,5 +1,6 @@
1
- # THIS IS COPY / PASTED STRAIGHT OUT OF THE SINATRA GEMFILE:
1
+ # THIS IS COPY / PASTED STRAIGHT OUT OF THE SINATRA .travis.yml:
2
2
  # https://github.com/sinatra/sinatra/blob/v1.4.5/.travis.yml
3
+ # (added 2.2.0)
3
4
  ---
4
5
  rvm:
5
6
  - 1.8.7
@@ -7,6 +8,7 @@ rvm:
7
8
  - 1.9.3
8
9
  - 2.0.0
9
10
  - 2.1.0
11
+ - 2.2.0
10
12
  - rbx
11
13
  - jruby
12
14
  - jruby-head
data/Gemfile CHANGED
@@ -1,5 +1,6 @@
1
1
  # THIS IS COPY / PASTED STRAIGHT OUT OF THE SINATRA GEMFILE:
2
2
  # https://github.com/sinatra/sinatra/blob/v1.4.5/Gemfile
3
+ # (but I also added Minitest)
3
4
 
4
5
  # Why use bundler?
5
6
  # Well, not all development dependencies install on all rubies. Moreover, `gem
data/Readme.md CHANGED
@@ -25,7 +25,7 @@ and I traced its history and explained what happened and why [here](https://gith
25
25
 
26
26
  If you want to understand why this fixes the issue,
27
27
  then you'll need to learn the Ruby Object Model.
28
- This is a class that [I teach](object-model-2httpsgithubcomjoshcheekruby-object-model),
28
+ This is a class that [I teach](http://today.turing.io/outlines/2015-03-11#object-model-2httpsgithubcomjoshcheekruby-object-model),
29
29
  come and learn with us at the [Turing School of Software and Design](http://turing.io/)!
30
30
 
31
31
  Installing
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'sinatra-fix_951'
3
- s.version = '1.0.0'
3
+ s.version = '1.0.1'
4
4
  s.description = "Fix bug #951 in Sinatra version 1.4.5"
5
- s.summary = "My students at the Turing School of Software and Design have been hitting this bug for three or four months now. Finally decided to just fix it."
5
+ s.summary = "Fixes bug on Sinatra 1.4.5 you get 'Undefined method join for <#String:123123132>'"
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-fix_951
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Cheek
@@ -61,8 +61,7 @@ rubyforge_project:
61
61
  rubygems_version: 2.4.1
62
62
  signing_key:
63
63
  specification_version: 4
64
- summary: My students at the Turing School of Software and Design have been hitting
65
- this bug for three or four months now. Finally decided to just fix it.
64
+ summary: Fixes bug on Sinatra 1.4.5 you get 'Undefined method join for <#String:123123132>'
66
65
  test_files:
67
66
  - test.rb
68
67
  has_rdoc: