Skip to content

Commit

Permalink
Update dist/browserscopekeys.yml with new v4 keys
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
  • Loading branch information
rwaldron committed Aug 15, 2012
1 parent 2364014 commit fe1d792
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
6 changes: 3 additions & 3 deletions dist/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -15060,9 +15060,9 @@ App.register( "apptypes", [
]);
App.register( "browserscopekeys", [
{
"version": 1.3,
"all": "agt1YS1wcm9maWxlcnINCxIEVGVzdBiG2OIQDA",
"rings": "agt1YS1wcm9maWxlcnINCxIEVGVzdBjPlfEQDA"
"version": 1.4,
"all": "agt1YS1wcm9maWxlcnINCxIEVGVzdBjJ_tERDA",
"rings": "agt1YS1wcm9maWxlcnINCxIEVGVzdBiS1dcRDA"
}
]);
App.register( "ringheaders", [
Expand Down
2 changes: 1 addition & 1 deletion dist/application.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/browserscopekeys.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
App.register( "browserscopekeys", [
{
"version": 1.3,
"all": "agt1YS1wcm9maWxlcnINCxIEVGVzdBiG2OIQDA",
"rings": "agt1YS1wcm9maWxlcnINCxIEVGVzdBjPlfEQDA"
"version": 1.4,
"all": "agt1YS1wcm9maWxlcnINCxIEVGVzdBjJ_tERDA",
"rings": "agt1YS1wcm9maWxlcnINCxIEVGVzdBiS1dcRDA"
}
]);
9 changes: 8 additions & 1 deletion dist/browserscopekeys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,11 @@
all: "agt1YS1wcm9maWxlcnINCxIEVGVzdBiG2OIQDA"
rings: "agt1YS1wcm9maWxlcnINCxIEVGVzdBjPlfEQDA"

# will always return the last set in the list
version: 1.4
all: "agt1YS1wcm9maWxlcnINCxIEVGVzdBjJ_tERDA"
rings: "agt1YS1wcm9maWxlcnINCxIEVGVzdBiS1dcRDA"



# will always return the last set in the list. The last set will
# pave over the preceeding sets.

0 comments on commit fe1d792

Please sign in to comment.