summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-06-11 16:25:39 +0200
committerLoïc Hoguin <[email protected]>2012-06-11 16:25:39 +0200
commitffde065f4b3a4f30738a172615f78de59a9c8490 (patch)
tree5c86c6fc13d1a129a176373c7c35db3287a9801a
parent072074c2c083e09eeaadfe69faa63c7617bd879f (diff)
downloadbullet-ffde065f4b3a4f30738a172615f78de59a9c8490.tar.gz
bullet-ffde065f4b3a4f30738a172615f78de59a9c8490.tar.bz2
bullet-ffde065f4b3a4f30738a172615f78de59a9c8490.zip
Update version to 0.2.00.2.0
-rw-r--r--LICENSE2
-rw-r--r--Makefile3
-rw-r--r--priv/bullet.js2
-rw-r--r--rebar.config2
-rw-r--r--src/bullet.app.src4
-rw-r--r--src/bullet_handler.erl2
6 files changed, 7 insertions, 8 deletions
diff --git a/LICENSE b/LICENSE
index 7de99bb..f79b460 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2011, Loïc Hoguin <[email protected]>
+Copyright (c) 2011-2012, Loïc Hoguin <[email protected]>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/Makefile b/Makefile
index 6c4d71f..7fa3502 100644
--- a/Makefile
+++ b/Makefile
@@ -29,8 +29,7 @@ build-plt:
--apps kernel stdlib deps/cowboy
dialyze:
- @$(DIALYZER) --src src --plt .bullet_dialyzer.plt \
- -Wbehaviours -Werror_handling \
+ @$(DIALYZER) --src src --plt .bullet_dialyzer.plt -Werror_handling \
-Wrace_conditions -Wunmatched_returns # -Wunderspecs
docs:
diff --git a/priv/bullet.js b/priv/bullet.js
index e6a4268..811f477 100644
--- a/priv/bullet.js
+++ b/priv/bullet.js
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2011, Lo�c Hoguin <[email protected]>
+ Copyright (c) 2011-2012, Lo�c Hoguin <[email protected]>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/rebar.config b/rebar.config
index c4afb0f..e640406 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,7 +1,7 @@
{cover_enabled, true}.
{deps, [
{cowboy, ".*",
- {git, "git://github.com/extend/cowboy.git", "master"}}
+ {git, "git://github.com/extend/cowboy.git", {tag, "0.6.0"}}}
]}.
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
{erl_opts, [
diff --git a/src/bullet.app.src b/src/bullet.app.src
index bb72c7b..528c2f7 100644
--- a/src/bullet.app.src
+++ b/src/bullet.app.src
@@ -1,4 +1,4 @@
-%% Copyright (c) 2011, Loïc Hoguin <[email protected]>
+%% Copyright (c) 2011-2012, Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
{application, bullet, [
{description,
"Simple, reliable, efficient streaming between JS and Cowboy."},
- {vsn, "0.1.0"},
+ {vsn, "0.2.0"},
{modules, []},
{registered, []},
{applications, [
diff --git a/src/bullet_handler.erl b/src/bullet_handler.erl
index e4f8a11..f348b5b 100644
--- a/src/bullet_handler.erl
+++ b/src/bullet_handler.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2011, Lo�c Hoguin <[email protected]>
+%% Copyright (c) 2011-2012, Lo�c Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above