bookmarks 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Changelog.markdown +8 -1
- data/LICENSE +21 -0
- data/README.markdown +2 -1
- data/TODO +0 -3
- data/VERSION +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e1acd471211b5b01a6e945024f0e10b02cc77806
|
4
|
+
data.tar.gz: 5185cbdecb61e615dd7a60057f501da7dce2deb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e569b43275e5bd2164831c2d5ef903941733a2afcfd329a99c9019be5b84ee79d3b9f69468debfa3736cf88b4161d9e996c455dc4741f4ea54fd8839e8cbab52
|
7
|
+
data.tar.gz: 39f01ad2fb07b0fba6429a193db8310bbc21a860e058f6ea5483aa95996b91f7eff01b387e06016ca17e6f11c3360944fbd7de14619273e1f2616eb40a163a39
|
data/Changelog.markdown
CHANGED
data/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
Copyright (c) 2013 Xavier Nayrac
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
+
a copy of this software and associated documentation files (the
|
5
|
+
"Software"), to deal in the Software without restriction, including
|
6
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
+
permit persons to whom the Software is furnished to do so, subject to
|
9
|
+
the following conditions:
|
10
|
+
|
11
|
+
The above copyright notice and this permission notice shall be included
|
12
|
+
in all copies or substantial portions of the Software.
|
13
|
+
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
17
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
18
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
19
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
20
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
21
|
+
|
data/README.markdown
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Bookmarks [![Build Status](https://travis-ci.org/lkdjiin/bookmarks.png)](https://travis-ci.org/lkdjiin/bookmarks)
|
1
|
+
Bookmarks [![Build Status](https://travis-ci.org/lkdjiin/bookmarks.png)](https://travis-ci.org/lkdjiin/bookmarks) [![Gem Version](https://badge.fury.io/rb/bookmarks.png)](http://badge.fury.io/rb/bookmarks)
|
2
2
|
================
|
3
3
|
|
4
4
|
Description
|
@@ -61,6 +61,7 @@ Contributing
|
|
61
61
|
License
|
62
62
|
--------------------------
|
63
63
|
|
64
|
+
MIT
|
64
65
|
|
65
66
|
|
66
67
|
Questions and/or Comments
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bookmarks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Xavier Nayrac
|
@@ -81,6 +81,7 @@ files:
|
|
81
81
|
- Changelog.markdown
|
82
82
|
- Gemfile
|
83
83
|
- Gemfile.lock
|
84
|
+
- LICENSE
|
84
85
|
- README.markdown
|
85
86
|
- Rakefile
|
86
87
|
- TODO
|