bookmarks 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (7) hide show
  1. checksums.yaml +4 -4
  2. data/Changelog.markdown +8 -1
  3. data/LICENSE +21 -0
  4. data/README.markdown +2 -1
  5. data/TODO +0 -3
  6. data/VERSION +1 -1
  7. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb320228bd68d2c679651f8b0bef8ed3be77526a
4
- data.tar.gz: 6049fb5986c41ae4ffb2eaf5618e6046b39d3bd7
3
+ metadata.gz: e1acd471211b5b01a6e945024f0e10b02cc77806
4
+ data.tar.gz: 5185cbdecb61e615dd7a60057f501da7dce2deb4
5
5
  SHA512:
6
- metadata.gz: 343aec86130060ee882d7eda260dbdbdd81fdddb525ac8e705d1f3978fe6a344083c60d56cf476ddf093064f7df8366d99c84a88e47c847be19aa74f5c60337e
7
- data.tar.gz: 30fcb9a2a5bda9c3746758503cc183ef83da15b35ecb9b1312444a44449bc8ce025d379fc355fe994ea9c7b99ef74419fd8da3568bd3b0867b0ae488e9d94f86
6
+ metadata.gz: e569b43275e5bd2164831c2d5ef903941733a2afcfd329a99c9019be5b84ee79d3b9f69468debfa3736cf88b4161d9e996c455dc4741f4ea54fd8839e8cbab52
7
+ data.tar.gz: 39f01ad2fb07b0fba6429a193db8310bbc21a860e058f6ea5483aa95996b91f7eff01b387e06016ca17e6f11c3360944fbd7de14619273e1f2616eb40a163a39
data/Changelog.markdown CHANGED
@@ -1,4 +1,11 @@
1
- version 0.1.0 (2013-xx-xx)
1
+ version 0.1.1 (2013-07-09)
2
+ ===========================
3
+
4
+ * Bugfix: date testing was local dependent.
5
+ * Add missing MIT license file.
6
+
7
+
8
+ version 0.1.0 (2013-07-09)
2
9
  ===========================
3
10
 
4
11
  First release.
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/TODO CHANGED
@@ -1,3 +0,0 @@
1
-
2
- Vérifier
3
- * gemspec
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
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.0
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