File tree Expand file tree Collapse file tree 4 files changed +25
-27
lines changed
Expand file tree Collapse file tree 4 files changed +25
-27
lines changed Original file line number Diff line number Diff line change 1- ruby-2.0 .0
1+ ruby-2.3 .0
Original file line number Diff line number Diff line change 11GEM
22 remote: https://rubygems.org/
33 specs:
4- actionpack (4.2.5 )
5- actionview (= 4.2.5 )
6- activesupport (= 4.2.5 )
4+ actionpack (4.2.5.1 )
5+ actionview (= 4.2.5.1 )
6+ activesupport (= 4.2.5.1 )
77 rack (~> 1.6 )
88 rack-test (~> 0.6.2 )
99 rails-dom-testing (~> 1.0 , >= 1.0.5 )
1010 rails-html-sanitizer (~> 1.0 , >= 1.0.2 )
11- actionview (4.2.5 )
12- activesupport (= 4.2.5 )
11+ actionview (4.2.5.1 )
12+ activesupport (= 4.2.5.1 )
1313 builder (~> 3.1 )
1414 erubis (~> 2.7.0 )
1515 rails-dom-testing (~> 1.0 , >= 1.0.5 )
1616 rails-html-sanitizer (~> 1.0 , >= 1.0.2 )
17- activesupport (4.2.5 )
17+ activesupport (4.2.5.1 )
1818 i18n (~> 0.7 )
1919 json (~> 1.7 , >= 1.7.7 )
2020 minitest (~> 5.1 )
2929 faraday (0.9.2 )
3030 multipart-post (>= 1.2 , < 3 )
3131 git (1.2.9.1 )
32- github_api (0.13.0 )
33- addressable (~> 2.3 )
32+ github_api (0.13.1 )
33+ addressable (~> 2.4.0 )
3434 descendants_tracker (~> 0.0.4 )
3535 faraday (~> 0.8 , < 0.10 )
3636 hashie (>= 3.4 )
3737 multi_json (>= 1.7.5 , < 2.0 )
38- nokogiri (~> 1.6.6 )
3938 oauth2
4039 hashie (3.4.3 )
4140 highline (1.7.8 )
5453 loofah (2.0.3 )
5554 nokogiri (>= 1.5.9 )
5655 mini_portile2 (2.0.0 )
57- minitest (5.8.3 )
56+ minitest (5.8.4 )
5857 multi_json (1.11.2 )
5958 multi_xml (0.5.5 )
6059 multipart-post (2.0.0 )
61- nokogiri (1.6.7 )
60+ nokogiri (1.6.7.2 )
6261 mini_portile2 (~> 2.0.0.rc2 )
6362 oauth2 (1.0.0 )
6463 faraday (>= 0.8 , < 0.10 )
7574 activesupport (>= 4.2.0.beta , < 5.0 )
7675 nokogiri (~> 1.6.0 )
7776 rails-deprecated_sanitizer (>= 1.0.1 )
78- rails-html-sanitizer (1.0.2 )
77+ rails-html-sanitizer (1.0.3 )
7978 loofah (~> 2.0 )
80- railties (4.2.5 )
81- actionpack (= 4.2.5 )
82- activesupport (= 4.2.5 )
79+ railties (4.2.5.1 )
80+ actionpack (= 4.2.5.1 )
81+ activesupport (= 4.2.5.1 )
8382 rake (>= 0.8.7 )
8483 thor (>= 0.18.1 , < 2.0 )
85- rake (10.4.2 )
86- rdoc (4.2.0 )
87- json (~> 1.4 )
88- redcarpet (3.3.3 )
84+ rake (10.5.0 )
85+ rdoc (4.2.1 )
86+ redcarpet (3.3.4 )
8987 sourcemap (0.1.1 )
90- sprockets (3.5.1 )
88+ sprockets (3.5.2 )
9189 concurrent-ruby (~> 1.0 )
9290 rack (> 1 , < 3 )
9391 squash_uploader (1.0.1 )
@@ -112,4 +110,4 @@ DEPENDENCIES
112110 yard
113111
114112BUNDLED WITH
115- 1.10.6
113+ 1.11.2
Original file line number Diff line number Diff line change 1- 2.0.7
1+ 2.0.8
Original file line number Diff line number Diff line change 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.7 ruby lib
5+ # stub: squash_javascript 2.0.8 ruby lib
66
77Gem ::Specification . new do |s |
88 s . name = "squash_javascript"
9- s . version = "2.0.7 "
9+ s . version = "2.0.8 "
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-12-07 "
14+ s . date = "2016-01-26 "
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.5.0 "
43+ s . rubygems_version = "2.5.1 "
4444 s . summary = "Squash client for JavaScript projects"
4545
4646 if s . respond_to? :specification_version then
You can’t perform that action at this time.
0 commit comments