Skip to content

Commit

Permalink
version bump 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnak committed Feb 21, 2012
1 parent f18ffc4 commit a40666a
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 50 deletions.
Binary file removed .DS_Store
Binary file not shown.
5 changes: 0 additions & 5 deletions .document

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -11,6 +11,7 @@ doc

# bundler
.bundle
.Gemfile.lock

# jeweler generated
pkg
Expand Down
20 changes: 0 additions & 20 deletions LICENSE.txt

This file was deleted.

24 changes: 1 addition & 23 deletions README.textile
Expand Up @@ -105,28 +105,6 @@ Adding apnmachine to your Rails application

h2. License

The MIT License - Copyright (c) 2012 Julien Nakache
Widely Inspired from groupme/em-apn and bpoweski/apnserver

(The MIT License)

Copyright (c) 2012 Julien Nakache

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

1 change: 0 additions & 1 deletion VERSION

This file was deleted.

2 changes: 1 addition & 1 deletion lib/apnmachine/version.rb
@@ -1,3 +1,3 @@
module ApnMachine
VERSION = "0.0.1"
VERSION = "0.1.0"
end

0 comments on commit a40666a

Please sign in to comment.