babel-source 5.8.1 → 5.8.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.
Files changed (4) hide show
  1. checksums.yaml +8 -8
  2. data/lib/babel.js +2 -2
  3. data/lib/babel/source.rb +2 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MmQ3NWU2N2JjODVlMGM1ZjY4ZDRjMTAyNDRkY2I3OTRkYzRkYjE3ZA==
4
+ NWRlMmEwNWVkMDZhMmIxMTlhMWNjNmU1ZTRiMWRhMjRhNzRmZDc5ZQ==
5
5
  data.tar.gz: !binary |-
6
- OWMzMmRlZTg0YzM0YjliYmY1ZjQzMjZjOTQwMjVkMWFiZWYzYzliMA==
6
+ YTNjNGVmYjQ4NTUzZjQ5YzBiZjNhNzNmYTg2MjZhYmI0MzM5N2Y5Ng==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NjUzMWY2NzZjNzcyZGIyZTBjOWMxN2E1MGRmNGM5ZDUzNjg3MWI2NjQ1MWI5
10
- YjM4ZTA0Mjg5Yzk2ZjJlYjFiMjg3NTJlODNiZmRlNTJkMzhmZjRlYjlkMGZk
11
- ZWViNDJmM2M3MjRjZjIxZmRmOGU4MWVkZjhmZTRhY2ZkZmQzNjc=
9
+ OWEwZjdlNzg1NjcxOTg0ZTZhY2FmNWZhMmFkMjAxNTgyMzkzN2Q0MzBmNTdi
10
+ N2Y0YTg5OTA3MjhhN2M4NTBkNWY2OGFjYTc1NDk5MjVmNGMxOGNhNjZiNmE5
11
+ ZjgwNDViYTVhYmIxYWFmNjA3M2IzMDdiZGRkMTliZjNmOTE0ZjQ=
12
12
  data.tar.gz: !binary |-
13
- NTA5OGYwMjExYzcxYjIzNGE4YmFjMTdmYmJmNjVhNzUzMzE0ZDlkYjAzNmY3
14
- ZTQxZTRkMDFlZmQ5YmZmOTIwYjRiMjRmZDQ3NjgwYWI4MDgyNjljZWZhOTRj
15
- NTkxMzQxOGIxMjE0Mzg5NDQxN2QwZjI3OWNmMDgwNDlkY2Q1NTg=
13
+ NjViYjAzY2UwYjAxOTM4ZjZiMWM3NzY3YzIyZTcyOTAzOGNjYzExNTcyNmZk
14
+ ZjI1NTU4M2NhODc1ZDcwYmVlZDJhNjExYmY2MTU4YmMxOTM0MzQyMGE5M2I1
15
+ OTYyNzI4MDEzMGFlNzljMTkxNjIzMjFlMzc5Y2QxMmU0NGY1ZDE=
@@ -68237,7 +68237,7 @@ module.exports = function (str) {
68237
68237
  },{}],551:[function(require,module,exports){
68238
68238
  module.exports={
68239
68239
  "name": "babel-core",
68240
- "version": "5.8.1",
68240
+ "version": "5.8.2",
68241
68241
  "description": "A compiler for writing next generation JavaScript",
68242
68242
  "author": "Sebastian McKenzie <sebmck@gmail.com>",
68243
68243
  "homepage": "https://babeljs.io/",
@@ -68279,7 +68279,7 @@ module.exports={
68279
68279
  "babel-plugin-runtime": "^1.0.7",
68280
68280
  "babel-plugin-undeclared-variables-check": "^1.0.2",
68281
68281
  "babel-plugin-undefined-to-void": "^1.1.6",
68282
- "babylon": "^5.7.5",
68282
+ "babylon": "^5.8.2",
68283
68283
  "bluebird": "^2.9.33",
68284
68284
  "chalk": "^1.0.0",
68285
68285
  "convert-source-map": "^1.1.0",
@@ -1,7 +1,7 @@
1
1
  module Babel
2
2
  module Source
3
- VERSION = "5.8.1"
4
- DATE = Time.at(1437498022)
3
+ VERSION = "5.8.2"
4
+ DATE = Time.at(1437498671)
5
5
  PATH = File.expand_path("../..", __FILE__)
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: babel-source
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.8.1
4
+ version: 5.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian McKenzie