Skip to content

Commit 791bb5d

Browse files
author
Tim Morgan
committed
Version bump to 2.0.7
1 parent 500b895 commit 791bb5d

File tree

3 files changed

+41
-36
lines changed

3 files changed

+41
-36
lines changed

Gemfile.lock

Lines changed: 36 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,44 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionpack (4.2.1)
5-
actionview (= 4.2.1)
6-
activesupport (= 4.2.1)
4+
actionpack (4.2.5)
5+
actionview (= 4.2.5)
6+
activesupport (= 4.2.5)
77
rack (~> 1.6)
88
rack-test (~> 0.6.2)
99
rails-dom-testing (~> 1.0, >= 1.0.5)
10-
rails-html-sanitizer (~> 1.0, >= 1.0.1)
11-
actionview (4.2.1)
12-
activesupport (= 4.2.1)
10+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
11+
actionview (4.2.5)
12+
activesupport (= 4.2.5)
1313
builder (~> 3.1)
1414
erubis (~> 2.7.0)
1515
rails-dom-testing (~> 1.0, >= 1.0.5)
16-
rails-html-sanitizer (~> 1.0, >= 1.0.1)
17-
activesupport (4.2.1)
16+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
17+
activesupport (4.2.5)
1818
i18n (~> 0.7)
1919
json (~> 1.7, >= 1.7.7)
2020
minitest (~> 5.1)
2121
thread_safe (~> 0.3, >= 0.3.4)
2222
tzinfo (~> 1.1)
23-
addressable (2.3.8)
23+
addressable (2.4.0)
2424
builder (3.2.2)
25+
concurrent-ruby (1.0.0)
2526
descendants_tracker (0.0.4)
2627
thread_safe (~> 0.3, >= 0.3.1)
2728
erubis (2.7.0)
28-
faraday (0.9.1)
29+
faraday (0.9.2)
2930
multipart-post (>= 1.2, < 3)
3031
git (1.2.9.1)
31-
github_api (0.12.3)
32+
github_api (0.13.0)
3233
addressable (~> 2.3)
3334
descendants_tracker (~> 0.0.4)
3435
faraday (~> 0.8, < 0.10)
35-
hashie (>= 3.3)
36+
hashie (>= 3.4)
3637
multi_json (>= 1.7.5, < 2.0)
37-
nokogiri (~> 1.6.3)
38+
nokogiri (~> 1.6.6)
3839
oauth2
39-
hashie (3.4.1)
40-
highline (1.7.1)
40+
hashie (3.4.3)
41+
highline (1.7.8)
4142
i18n (0.7.0)
4243
jeweler (2.0.1)
4344
builder
@@ -48,46 +49,47 @@ GEM
4849
nokogiri (>= 1.5.10)
4950
rake
5051
rdoc
51-
json (1.8.2)
52-
jwt (1.4.1)
53-
loofah (2.0.1)
52+
json (1.8.3)
53+
jwt (1.5.2)
54+
loofah (2.0.3)
5455
nokogiri (>= 1.5.9)
55-
mini_portile (0.6.2)
56-
minitest (5.6.0)
57-
multi_json (1.11.0)
56+
mini_portile2 (2.0.0)
57+
minitest (5.8.3)
58+
multi_json (1.11.2)
5859
multi_xml (0.5.5)
5960
multipart-post (2.0.0)
60-
nokogiri (1.6.6.2)
61-
mini_portile (~> 0.6.0)
61+
nokogiri (1.6.7)
62+
mini_portile2 (~> 2.0.0.rc2)
6263
oauth2 (1.0.0)
6364
faraday (>= 0.8, < 0.10)
6465
jwt (~> 1.0)
6566
multi_json (~> 1.3)
6667
multi_xml (~> 0.5)
6768
rack (~> 1.2)
68-
rack (1.6.0)
69+
rack (1.6.4)
6970
rack-test (0.6.3)
7071
rack (>= 1.0)
7172
rails-deprecated_sanitizer (1.0.3)
7273
activesupport (>= 4.2.0.alpha)
73-
rails-dom-testing (1.0.6)
74+
rails-dom-testing (1.0.7)
7475
activesupport (>= 4.2.0.beta, < 5.0)
7576
nokogiri (~> 1.6.0)
7677
rails-deprecated_sanitizer (>= 1.0.1)
7778
rails-html-sanitizer (1.0.2)
7879
loofah (~> 2.0)
79-
railties (4.2.1)
80-
actionpack (= 4.2.1)
81-
activesupport (= 4.2.1)
80+
railties (4.2.5)
81+
actionpack (= 4.2.5)
82+
activesupport (= 4.2.5)
8283
rake (>= 0.8.7)
8384
thor (>= 0.18.1, < 2.0)
8485
rake (10.4.2)
8586
rdoc (4.2.0)
8687
json (~> 1.4)
87-
redcarpet (3.2.3)
88+
redcarpet (3.3.3)
8889
sourcemap (0.1.1)
89-
sprockets (3.0.0)
90-
rack (~> 1.0)
90+
sprockets (3.5.1)
91+
concurrent-ruby (~> 1.0)
92+
rack (> 1, < 3)
9193
squash_uploader (1.0.1)
9294
json
9395
thor (0.19.1)
@@ -108,3 +110,6 @@ DEPENDENCIES
108110
sprockets (>= 3.0)
109111
squash_uploader
110112
yard
113+
114+
BUNDLED WITH
115+
1.10.6

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.6
1+
2.0.7

squash_javascript.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# DO NOT EDIT THIS FILE DIRECTLY
33
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
44
# -*- encoding: utf-8 -*-
5-
# stub: squash_javascript 2.0.6 ruby lib
5+
# stub: squash_javascript 2.0.7 ruby lib
66

77
Gem::Specification.new do |s|
88
s.name = "squash_javascript"
9-
s.version = "2.0.6"
9+
s.version = "2.0.7"
1010

1111
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1212
s.require_paths = ["lib"]
1313
s.authors = ["Tim Morgan"]
14-
s.date = "2015-05-15"
14+
s.date = "2015-12-07"
1515
s.description = "This client library records exceptions in front-end JavaScript code to Squash."
1616
s.email = "tim@squareup.com"
1717
s.executables = ["upload_source_map"]
@@ -40,7 +40,7 @@ Gem::Specification.new do |s|
4040
]
4141
s.homepage = "http://github.com/SquareSquash/javascript"
4242
s.licenses = ["Apache 2.0"]
43-
s.rubygems_version = "2.4.6"
43+
s.rubygems_version = "2.5.0"
4444
s.summary = "Squash client for JavaScript projects"
4545

4646
if s.respond_to? :specification_version then

0 commit comments

Comments
 (0)