Skip to content

Commit

Permalink
Merge pull request #2 from jessedoyle/1.12.6
Browse files Browse the repository at this point in the history
CoffeeScript 1.12.6
  • Loading branch information
Jesse Doyle committed Oct 15, 2017
2 parents ea9c7db + 9ff61a9 commit 8610a22
Show file tree
Hide file tree
Showing 4 changed files with 553 additions and 233 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In your `shard.yml`:
dependencies:
coffee-script-source:
github: jessedoyle/coffee-script-source
version: ~> 1.11.1
version: ~> 1.12.6
```
the execute `shards install`.
Expand All @@ -33,11 +33,11 @@ Maintenance

For future reference, when a new CoffeeScript version is released:

1. Create a new branch on this repo, then checout the created branch.
1. Create a new branch on this repo, then checkout the created branch.
2. From the repo's root directory execute: `bin/build-coffee-script 1.x.x`.
3. Commit and merge as usual. Don't forget to add the correct release tags (eg. `v1.10.0`).

License
=======

The MIT License. See `LICENSE.md` for details.
The MIT License. See `LICENSE.md` for details.
2 changes: 1 addition & 1 deletion bin/build-coffee-script
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ MINIFY=false cake build:browser
cd $CURRENT
mkdir -p src/js/

mv tmp/coffeescript/extras/coffee-script.js src/js/coffee-script.js
mv tmp/coffeescript/docs/v1/browser-compiler/coffee-script.js src/js/coffee-script.js

cat << CRYSTAL > src/coffee_script_source.cr
module CoffeeScript
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: coffee-script-source
version: 1.11.1
version: 1.12.6

authors:
- Jesse Doyle <jdoyle@ualberta.ca>
Expand Down
Loading

0 comments on commit 8610a22

Please sign in to comment.