ric 0.11.18 → 0.11.19

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.
@@ -1,4 +1,6 @@
1
1
  # would like to have this in YML format :)
2
+ 2011-10-05 v0.11.19:
3
+ - moved itunes to itunes.rb (itunes ships now with sakura!)
2
4
  2011-10-05 v0.11.18:
3
5
  - septober v1.0.0 (just updated label)
4
6
  2011-10-05 v0.11.17:
data/Manifest CHANGED
@@ -6,7 +6,7 @@ README.md
6
6
  Rakefile
7
7
  TODO
8
8
  VERSION
9
- bin/itunes
9
+ bin/itunes.rb
10
10
  bin/ric
11
11
  bin/riclib-test
12
12
  bin/septober
data/README.md CHANGED
@@ -1,15 +1,12 @@
1
1
  # Ric
2
2
 
3
- <img src="https://github.com/palladius/riclib/raw/master/images/photos/Riccardo/Riccardo%20OnBedWithPenguin.jpg" width="300" alt="Sleeping with my Penguin" align='right' />
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 RUBYish, so am I ;-)
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
@@ -1,4 +1,3 @@
1
1
 
2
2
  - include ~/lib/ric.rb automagically if exists ;)
3
3
  - TESTING!!!
4
- - include gems like active_resource into the Gemfile so it doesnt show a broken dependency if you gem install ric it also gem installs active resource :)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.11.18
1
+ 0.11.19
File without changes
@@ -2,21 +2,21 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "ric"
5
- s.version = "0.11.18"
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-10-05"
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.10"
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: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 11
9
- - 18
10
- version: 0.11.18
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-10-05 00:00:00 Z
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.10
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!)