ric 0.11.18 → 0.11.19
Sign up to get free protection for your applications and to get access to all the features.
- data/HISTORY.yml +2 -0
- data/Manifest +1 -1
- data/README.md +3 -7
- data/TODO +0 -1
- data/VERSION +1 -1
- data/bin/{itunes → itunes.rb} +0 -0
- data/ric.gemspec +6 -6
- metadata +8 -8
data/HISTORY.yml
CHANGED
data/Manifest
CHANGED
data/README.md
CHANGED
@@ -1,15 +1,12 @@
|
|
1
1
|
# Ric
|
2
2
|
|
3
|
-
<img src="https://github.com/palladius/
|
3
|
+
<img src="https://github.com/palladius/ric/raw/master/images/photos/Riccardo/Riccardo%20OnBedWithPenguin.jpg" width="300" alt="Sleeping with my Penguin" align='right' />
|
4
4
|
|
5
5
|
Welcome to ''ric'' (formerly known as 'riclib').
|
6
6
|
|
7
7
|
This is my first public repository with icons code and stuff.
|
8
8
|
|
9
|
-
Modern life is
|
10
|
-
|
11
|
-
<font color='red'>Notice</font>.
|
12
|
-
On 24jan2011 I renamed the `riclib` repository to `ric`, to harmonize with GEM name. Updating VERSION soon as well.
|
9
|
+
Modern life is <font color='red'>RUBY</font>ish, so am I ;-)
|
13
10
|
|
14
11
|
* [ric](http://rubygems.org/gems/ric) as a gem.
|
15
12
|
* [Ric](http://github.com/palladius/ric) on github.
|
@@ -22,8 +19,6 @@ To use Ric in a Rails 3 application:
|
|
22
19
|
|
23
20
|
2. Install it by running `bundle install`.
|
24
21
|
|
25
|
-
Note. If you want to use the septober CLI you should also install active_reswurce. I dont know how to do it automatically yet, any help is much appreciated :P
|
26
|
-
|
27
22
|
## Contributors
|
28
23
|
|
29
24
|
* [Riccardo Carlesso](http://github.com/palladius) ([website](http://www.palladius.it/))
|
@@ -37,3 +32,4 @@ Note. If you want to use the septober CLI you should also install active_reswurc
|
|
37
32
|
|
38
33
|
Ric is Copyright (c) 2011-11 [Riccardo Carlesso](http://www.palladius.it/), and is released under GPLv3 license.
|
39
34
|
|
35
|
+
<font color='red'>Notice</font>. Use this gem and perfect it (as if it was difficult!) and please come back to me with suggestions!
|
data/TODO
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.11.
|
1
|
+
0.11.19
|
data/bin/{itunes → itunes.rb}
RENAMED
File without changes
|
data/ric.gemspec
CHANGED
@@ -2,21 +2,21 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "ric"
|
5
|
-
s.version = "0.11.
|
5
|
+
s.version = "0.11.19"
|
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 = "2011-
|
9
|
+
s.date = "2011-12-11"
|
10
10
|
s.description = "My first gem with various utilities (colors and tests now). \n My name is Riccardo, hence 'ric' (ok I admit it, this was just ot prove Im able to build a sentence\n with hence!)"
|
11
11
|
s.email = "['p','ll','diusbonton].join('a') @ gmail.com"
|
12
|
-
s.executables = ["itunes", "ric", "riclib-test", "septober", "xcopy"]
|
13
|
-
s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README.md", "TODO", "bin/itunes", "bin/ric", "bin/riclib-test", "bin/septober", "bin/xcopy", "lib/rails/acts_as_carlesso.rb", "lib/rails/helpers/rails_helper.rb", "lib/ric.rb", "lib/ric/colors.rb", "lib/ric/conf.rb", "lib/ric/debug.rb", "lib/ric/files.rb", "lib/ric/html.rb", "lib/ric/zibaldone.rb", "lib/ruby_classes/arrays.rb", "lib/ruby_classes/strings.rb", "lib/tmp/uniquify.rb"]
|
14
|
-
s.files = ["CHANGELOG", "HISTORY.yml", "LICENSE", "Manifest", "README.md", "Rakefile", "TODO", "VERSION", "bin/itunes", "bin/ric", "bin/riclib-test", "bin/septober", "bin/xcopy", "init.rb", "lib/rails/acts_as_carlesso.rb", "lib/rails/helpers/rails_helper.rb", "lib/ric.rb", "lib/ric/colors.rb", "lib/ric/conf.rb", "lib/ric/debug.rb", "lib/ric/files.rb", "lib/ric/html.rb", "lib/ric/zibaldone.rb", "lib/ruby_classes/arrays.rb", "lib/ruby_classes/strings.rb", "lib/tmp/uniquify.rb", "rails/init.rb", "sbin/reboot.rb", "sbin/ric_reboot.rb", "test/sample_conf.yml", "test/strings_helper.rb", "test/test_helper.rb", "var/www/index.html", "ric.gemspec"]
|
12
|
+
s.executables = ["itunes.rb", "ric", "riclib-test", "septober", "xcopy"]
|
13
|
+
s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README.md", "TODO", "bin/itunes.rb", "bin/ric", "bin/riclib-test", "bin/septober", "bin/xcopy", "lib/rails/acts_as_carlesso.rb", "lib/rails/helpers/rails_helper.rb", "lib/ric.rb", "lib/ric/colors.rb", "lib/ric/conf.rb", "lib/ric/debug.rb", "lib/ric/files.rb", "lib/ric/html.rb", "lib/ric/zibaldone.rb", "lib/ruby_classes/arrays.rb", "lib/ruby_classes/strings.rb", "lib/tmp/uniquify.rb"]
|
14
|
+
s.files = ["CHANGELOG", "HISTORY.yml", "LICENSE", "Manifest", "README.md", "Rakefile", "TODO", "VERSION", "bin/itunes.rb", "bin/ric", "bin/riclib-test", "bin/septober", "bin/xcopy", "init.rb", "lib/rails/acts_as_carlesso.rb", "lib/rails/helpers/rails_helper.rb", "lib/ric.rb", "lib/ric/colors.rb", "lib/ric/conf.rb", "lib/ric/debug.rb", "lib/ric/files.rb", "lib/ric/html.rb", "lib/ric/zibaldone.rb", "lib/ruby_classes/arrays.rb", "lib/ruby_classes/strings.rb", "lib/tmp/uniquify.rb", "rails/init.rb", "sbin/reboot.rb", "sbin/ric_reboot.rb", "test/sample_conf.yml", "test/strings_helper.rb", "test/test_helper.rb", "var/www/index.html", "ric.gemspec"]
|
15
15
|
s.homepage = "http://github.com/palladius/ric"
|
16
16
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Ric", "--main", "README.md"]
|
17
17
|
s.require_paths = ["lib"]
|
18
18
|
s.rubyforge_project = "ric"
|
19
|
-
s.rubygems_version = "1.8.
|
19
|
+
s.rubygems_version = "1.8.11"
|
20
20
|
s.summary = "My first gem with various utilities (colors and tests now). My name is Riccardo, hence 'ric' (ok I admit it, this was just ot prove Im able to build a sentence with hence!)"
|
21
21
|
s.test_files = ["test/test_helper.rb"]
|
22
22
|
|
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: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 11
|
9
|
-
-
|
10
|
-
version: 0.11.
|
9
|
+
- 19
|
10
|
+
version: 0.11.19
|
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-
|
18
|
+
date: 2011-12-11 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: activeresource
|
@@ -65,7 +65,7 @@ description: |-
|
|
65
65
|
with hence!)
|
66
66
|
email: "['p','ll','diusbonton].join('a') @ gmail.com"
|
67
67
|
executables:
|
68
|
-
- itunes
|
68
|
+
- itunes.rb
|
69
69
|
- ric
|
70
70
|
- riclib-test
|
71
71
|
- septober
|
@@ -77,7 +77,7 @@ extra_rdoc_files:
|
|
77
77
|
- LICENSE
|
78
78
|
- README.md
|
79
79
|
- TODO
|
80
|
-
- bin/itunes
|
80
|
+
- bin/itunes.rb
|
81
81
|
- bin/ric
|
82
82
|
- bin/riclib-test
|
83
83
|
- bin/septober
|
@@ -103,7 +103,7 @@ files:
|
|
103
103
|
- Rakefile
|
104
104
|
- TODO
|
105
105
|
- VERSION
|
106
|
-
- bin/itunes
|
106
|
+
- bin/itunes.rb
|
107
107
|
- bin/ric
|
108
108
|
- bin/riclib-test
|
109
109
|
- bin/septober
|
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
164
164
|
requirements: []
|
165
165
|
|
166
166
|
rubyforge_project: ric
|
167
|
-
rubygems_version: 1.8.
|
167
|
+
rubygems_version: 1.8.11
|
168
168
|
signing_key:
|
169
169
|
specification_version: 3
|
170
170
|
summary: My first gem with various utilities (colors and tests now). My name is Riccardo, hence 'ric' (ok I admit it, this was just ot prove Im able to build a sentence with hence!)
|