iloveyou 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +3 -0
  3. data/Rakefile +1 -0
  4. data/lib/iloveyou.rb +5 -0
  5. metadata +46 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: ca6a842519e429db8f7c3e28d0c9beac2a2f7ffa
4
+ data.tar.gz: bfe50dcf0f74b89223258283f42d4b274c1609ea
5
+ SHA512:
6
+ metadata.gz: 20b77909614ed8134bd444fd0e075f943e42192620172da2511c28b3b360a99d7054f1cac7fdcd2bcac85d621de4161bb223b0a44baaa25eab402abb0b057499
7
+ data.tar.gz: 385183c6cdea1fefc558d13818249c1394657f152bda3a4a4c4242f60d552fd7391fff7658ad73131518339e561a9412bd49d99069073362439b37059f485ed5
data/Gemfile ADDED
@@ -0,0 +1,3 @@
1
+
2
+ gem 'cowsay'
3
+
@@ -0,0 +1 @@
1
+
@@ -0,0 +1,5 @@
1
+
2
+
3
+ require 'cowsay'
4
+
5
+ print Cowsay.say("I <3 you, Kate")
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: iloveyou
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Riccardo Carlesso
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2010-09-21 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Must be that I'm in love..
14
+ email: palladiusbonton@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - Gemfile
20
+ - Rakefile
21
+ - lib/iloveyou.rb
22
+ homepage: http://rubygems.org/gems/iloveyou
23
+ licenses:
24
+ - Apache License
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ! '>='
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ! '>='
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.3.0
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: To say I love you in a nice way :)
46
+ test_files: []