ric 0.10.6 → 0.10.7
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.
- data/HISTORY.yml +2 -0
- data/README.md +4 -1
- data/VERSION +1 -1
- data/lib/ric.rb +2 -1
- data/ric.gemspec +2 -2
- metadata +4 -4
data/HISTORY.yml
CHANGED
data/README.md
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
|
|
2
|
-
# Ric
|
|
2
|
+
# Ric
|
|
3
|
+
|
|
3
4
|
<img src="https://github.com/palladius/riclib/raw/master/images/photos/Riccardo/Riccardo%20OnBedWithPenguin.jpg" width="300" alt="Sleeping with my Penguin" align='right' />
|
|
4
5
|
|
|
6
|
+
Welcome to ''ric'' (formerly known as 'riclib').
|
|
7
|
+
|
|
5
8
|
This is [my](http://www.palladius.it/) first public repository with icons code and stuff.
|
|
6
9
|
|
|
7
10
|
Modern life is RUBYish, so am I ;-)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.10.
|
|
1
|
+
0.10.7
|
data/lib/ric.rb
CHANGED
data/ric.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{ric}
|
|
5
|
-
s.version = "0.10.
|
|
5
|
+
s.version = "0.10.7"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Riccardo Carlesso"]
|
|
9
|
-
s.date = %q{2011-01-
|
|
9
|
+
s.date = %q{2011-01-24}
|
|
10
10
|
s.description = %q{My first gem with various utilities (colors and tests now).
|
|
11
11
|
My name is Riccardo, hence 'ric' (ok I admit it, this was just ot prove Im able to build a sentence
|
|
12
12
|
with hence!)}
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ric
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 57
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 10
|
|
9
|
-
-
|
|
10
|
-
version: 0.10.
|
|
9
|
+
- 7
|
|
10
|
+
version: 0.10.7
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Riccardo Carlesso
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-01-
|
|
18
|
+
date: 2011-01-24 00:00:00 +00:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|