ric 0.9.0 → 0.9.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.
- data/Manifest +1 -0
- data/Rakefile +1 -1
- data/docs/journal.txt +1 -2
- data/images/icons/development/application.png +0 -0
- data/lib/ric_colors.rb +1 -1
- data/lib/riclib.rb +1 -2
- data/ric.gemspec +2 -2
- metadata +4 -3
data/Manifest
CHANGED
data/Rakefile
CHANGED
|
@@ -5,7 +5,7 @@ require 'echoe'
|
|
|
5
5
|
|
|
6
6
|
# from here: http://buzaz.com/index.php/2010/01/03/how-to-build-a-ruby-gem/
|
|
7
7
|
|
|
8
|
-
Echoe.new('ric', '0.9.
|
|
8
|
+
Echoe.new('ric', '0.9.1') do |p|
|
|
9
9
|
p.description = "My firstgem with various utilities (colors and tests now).
|
|
10
10
|
My name is Riccardo, hence 'ric' (ok I admit it, this was just ot prove Im able to build a sentence
|
|
11
11
|
with hence!)"
|
data/docs/journal.txt
CHANGED
|
Binary file
|
data/lib/ric_colors.rb
CHANGED
data/lib/riclib.rb
CHANGED
data/ric.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{ric}
|
|
5
|
-
s.version = "0.9.
|
|
5
|
+
s.version = "0.9.1"
|
|
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"]
|
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
|
|
|
14
14
|
s.email = %q{['p','ll','diusbonton].join('a') @ gmail.com}
|
|
15
15
|
s.executables = ["ric"]
|
|
16
16
|
s.extra_rdoc_files = ["README", "TODO", "bin/ric", "lib/helpers/rails_helper.rb", "lib/ric/html.rb", "lib/ric_colors.rb", "lib/riclib.rb"]
|
|
17
|
-
s.files = ["Manifest", "README", "Rakefile", "TODO", "bin/ric", "docs/journal.txt", "images/desktop/linux-lightbulb.png", "images/icons/database/db-commit.png", "images/icons/development/grave.png", "images/icons/development/iFuck.png", "images/icons/development/ontology.png", "images/icons/development/pointers.png", "images/icons/development/svn.png", "images/icons/development/tools.png", "images/icons/disks/Ric 120GB.ico", "images/icons/linux/ldap.png", "images/icons/privacy.png", "images/icons/social/facebook_64.png", "images/icons/social/linkedin_64.png", "images/icons/social/rss_64.png", "images/icons/social/twitter_64.png", "images/icons/tux/scientific.png", "lib/helpers/rails_helper.rb", "lib/ric/html.rb", "lib/ric_colors.rb", "lib/riclib.rb", "var/www/index.html", "ric.gemspec"]
|
|
17
|
+
s.files = ["Manifest", "README", "Rakefile", "TODO", "bin/ric", "docs/journal.txt", "images/desktop/linux-lightbulb.png", "images/icons/database/db-commit.png", "images/icons/development/application.png", "images/icons/development/grave.png", "images/icons/development/iFuck.png", "images/icons/development/ontology.png", "images/icons/development/pointers.png", "images/icons/development/svn.png", "images/icons/development/tools.png", "images/icons/disks/Ric 120GB.ico", "images/icons/linux/ldap.png", "images/icons/privacy.png", "images/icons/social/facebook_64.png", "images/icons/social/linkedin_64.png", "images/icons/social/rss_64.png", "images/icons/social/twitter_64.png", "images/icons/tux/scientific.png", "lib/helpers/rails_helper.rb", "lib/ric/html.rb", "lib/ric_colors.rb", "lib/riclib.rb", "var/www/index.html", "ric.gemspec"]
|
|
18
18
|
s.homepage = %q{http://github.com/palladius/riclib}
|
|
19
19
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Ric", "--main", "README"]
|
|
20
20
|
s.require_paths = ["lib"]
|
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
|
- 9
|
|
9
|
-
-
|
|
10
|
-
version: 0.9.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.9.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Riccardo Carlesso
|
|
@@ -45,6 +45,7 @@ files:
|
|
|
45
45
|
- docs/journal.txt
|
|
46
46
|
- images/desktop/linux-lightbulb.png
|
|
47
47
|
- images/icons/database/db-commit.png
|
|
48
|
+
- images/icons/development/application.png
|
|
48
49
|
- images/icons/development/grave.png
|
|
49
50
|
- images/icons/development/iFuck.png
|
|
50
51
|
- images/icons/development/ontology.png
|