Skip to content

Commit

Permalink
Update to Polymer 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateus Ortiz committed Sep 4, 2015
1 parent a55e5e0 commit 3fce715
Show file tree
Hide file tree
Showing 13 changed files with 6,475 additions and 12,208 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"bower_components"
],
"dependencies": {
"polymer": "Polymer/polymer#~0.5.1"
"polymer": "Polymer/polymer#^1.0.0"
}
}

43 changes: 24 additions & 19 deletions bower_components/polymer/.bower.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,37 @@
{
"name": "polymer",
"description": "Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers.",
"homepage": "http://www.polymer-project.org/",
"keywords": [
"util",
"client",
"browser",
"web components",
"web-components"
"version": "1.1.2",
"main": [
"polymer.html"
],
"author": "Polymer Authors <[email protected]>",
"private": true,
"license": "http://polymer.github.io/LICENSE.txt",
"ignore": [
"/.*",
"/test/",
"gen-changelog.sh"
],
"authors": [
"The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
],
"repository": {
"type": "git",
"url": "https://github.com/Polymer/polymer.git"
},
"dependencies": {
"core-component-page": "Polymer/core-component-page#^0.5.0",
"webcomponentsjs": "Polymer/webcomponentsjs#^0.5.0"
"webcomponentsjs": "^0.7.2"
},
"devDependencies": {
"tools": "Polymer/tools#master",
"web-component-tester": "Polymer/web-component-tester#^1.4.2"
"web-component-tester": "*"
},
"version": "0.5.1",
"_release": "0.5.1",
"private": true,
"homepage": "https://github.com/Polymer/polymer",
"_release": "1.1.2",
"_resolution": {
"type": "version",
"tag": "0.5.1",
"commit": "c654b2b4996a643e79234ac624d7bc38179dfc2c"
"tag": "v1.1.2",
"commit": "9b0a25e347404ac164bc610bbd2ccbc91b6799b2"
},
"_source": "git://github.com/Polymer/polymer.git",
"_target": "~0.5.1",
"_target": "^1.0.0",
"_originalSource": "Polymer/polymer"
}
27 changes: 27 additions & 0 deletions bower_components/polymer/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
// Copyright (c) 2014 The Polymer Authors. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
21 changes: 0 additions & 21 deletions bower_components/polymer/README.md

This file was deleted.

36 changes: 20 additions & 16 deletions bower_components/polymer/bower.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
{
"name": "polymer",
"description": "Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers.",
"homepage": "http://www.polymer-project.org/",
"keywords": [
"util",
"client",
"browser",
"web components",
"web-components"
"version": "1.1.2",
"main": [
"polymer.html"
],
"author": "Polymer Authors <[email protected]>",
"private": true,
"license": "http://polymer.github.io/LICENSE.txt",
"ignore": [
"/.*",
"/test/",
"gen-changelog.sh"
],
"authors": [
"The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
],
"repository": {
"type": "git",
"url": "https://github.com/Polymer/polymer.git"
},
"dependencies": {
"core-component-page": "Polymer/core-component-page#^0.5.0",
"webcomponentsjs": "Polymer/webcomponentsjs#^0.5.0"
"webcomponentsjs": "^0.7.2"
},
"devDependencies": {
"tools": "Polymer/tools#master",
"web-component-tester": "Polymer/web-component-tester#^1.4.2"
"web-component-tester": "*"
},
"version": "0.5.1"
}
"private": true
}
30 changes: 15 additions & 15 deletions bower_components/polymer/build.log
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
BUILD LOG
---------
Build Time: 2014-11-12T14:32:18
Build Time: 2015-08-28T16:40:26-0700

NODEJS INFORMATION
==================
nodejs: v0.10.33
grunt: 0.4.5
grunt-audit: 1.0.0
grunt-contrib-concat: 0.5.0
grunt-contrib-copy: 0.7.0
grunt-contrib-uglify: 0.6.0
grunt-string-replace: 1.0.0
web-component-tester: 1.6.0
nodejs: v0.12.7
del: 1.2.0
gulp: 3.9.0
gulp-audit: 1.0.0
gulp-rename: 1.2.2
gulp-replace: 0.5.3
gulp-vulcanize: 6.0.1
lazypipe: 0.2.4
polyclean: 1.2.0
run-sequence: 1.1.1

REPO REVISIONS
==============
polymer-expressions: 1288fe573dc57cde304f66f0833d0644c766158c
polymer-gestures: 94660a514772e182d27f79c3d8d1bb88796a2327
polymer: da75e633f39b7761494cc3139a60733c488b2215
polymer: bffa3527bb9cd32b81fccd1cc16c867f9f0758a4

BUILD HASHES
============
dist/polymer.js: 59e0d3e669a3a1d163d8337766aa63bf809bfe79
dist/polymer.min.js: a9145f911c5b9fecc0d4aa422ac658d1d462d15a
dist/layout.html: 348d358a91712ecc2f8811efa430fcd954b4590c
polymer-mini.html: 72c032eacc45c63431054c111d0ce86357eb07f3
polymer-micro.html: 42f3dd36e52f8171610b8d21da5a361f5ead7b9b
polymer.html: fafcb9bcef9f7cb9f9db0ac398fefbb4cd4d068d
Loading

0 comments on commit 3fce715

Please sign in to comment.