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 CHANGED
@@ -6,6 +6,7 @@ bin/ric
6
6
  docs/journal.txt
7
7
  images/desktop/linux-lightbulb.png
8
8
  images/icons/database/db-commit.png
9
+ images/icons/development/application.png
9
10
  images/icons/development/grave.png
10
11
  images/icons/development/iFuck.png
11
12
  images/icons/development/ontology.png
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.0') do |p|
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
@@ -11,7 +11,6 @@
11
11
 
12
12
  == deploy ==
13
13
 
14
- - gem push pkg/riclib-VER.gem
15
- - # gem install riclib
14
+ rake release
16
15
 
17
16
  # Its pushed on gemcutter, yay!
data/lib/ric_colors.rb CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # $Id: ric_colors.rb 5438 2010-12-16 15:06:29Z rcarlesso $
4
4
 
5
- module RicColors
5
+ module Ric::Colors
6
6
 
7
7
  $colors_active = true # DEFAULT: active
8
8
  $color_db = [
data/lib/riclib.rb CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  # RICLIB!
3
3
 
4
- module Riclib
4
+ module Ric
5
5
  require File.expand_path('./ric_colors.rb', File.dirname( __FILE__) )
6
6
  #include RicColors
7
7
 
@@ -27,4 +27,3 @@ module Riclib
27
27
  end
28
28
  end
29
29
 
30
-
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.0"
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: 59
4
+ hash: 57
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 0
10
- version: 0.9.0
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