Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
Add license, README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sutto committed Mar 29, 2010
1 parent 5d3897f commit 034edb9
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 41 deletions.
47 changes: 27 additions & 20 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
Copyright (c) 2009 Darcy Laycock

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.
Copyright (c) 2010, Youth Tree
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. 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.
3. All advertising materials mentioning features or use of this software
must display the following acknowledgement:
This product includes software developed by the Youth Tree.
4. Neither the name of the Youth Tree 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 YOUTH TREE ''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 YOUTH TREE 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.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# BHM Google Maps #

Helpers for Google Maps v3 in Rails - Using html 5, the google maps api v3 and the static maps api
Supports unobtrusive maps in Rails 3 (and 2.3, but preferably 3) using the new google maps v3 api.

## Note on Patches/Pull Requests ##

1. Fork the project.
2. Make your feature addition or bug fix.
3. Add tests for it. This is important so I don't break it in a future version unintentionally.
4. Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
5. Send me a pull request. Bonus points for topic branches.

## Copyright ##

Copyright (c) 2010 Youth Tree. See LICENSE for details.
17 changes: 0 additions & 17 deletions README.rdoc

This file was deleted.

8 changes: 4 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ begin
Jeweler::Tasks.new do |gem|
gem.name = "bhm-google-maps"
gem.summary = %Q{Helpers for Google Maps v3 in Rails - Using html 5, the google maps api v3 and the static maps api}
gem.description = %Q{TODO: longer description of your gem}
gem.email = "sutto@sutto.net"
gem.homepage = "http://github.com/Sutto/bhm-google-maps"
gem.description = %Q{A set of helpers and javascript files that makes it trivial to implement google maps unobtrusively in an application.}
gem.email = "darcy.laycock+gems@youthtree.org.au"
gem.homepage = "http://github.com/YouthTree/bhm-google-maps"
gem.authors = ["Darcy Laycock"]
gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
gem.add_development_dependency "shoulda", ">= 0"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new
Expand Down

0 comments on commit 034edb9

Please sign in to comment.