sloubi 1.0.0

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/sloubi.rb +10 -0
  3. metadata +47 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 00a57775e5f0f740bebadb4711ce325f817e5cc1
4
+ data.tar.gz: 48070e3c832261664a894ad7bd0fceb5ef2288fd
5
+ SHA512:
6
+ metadata.gz: cf93313b4fa98a786d3f1cbddce0d5097ea4ec826a51114d3daa7008bd25706c41602bb5b43b96f4b95e5e75560184c1a9715e43b691108c400df67aa775410d
7
+ data.tar.gz: b02832eefd14993b10f99f169a47abb95437b6d7bb79e712d593789318ba48d8fcd1d941350e9b6567f892fb2ae68a7fa6ff876deb4c4b66794a46cafdac7d87
data/lib/sloubi.rb ADDED
@@ -0,0 +1,10 @@
1
+ #encoding: utf-8
2
+
3
+ module Sloubi
4
+ def count_sloubi n
5
+ return false if !n.is_a?Integer
6
+ n.times do |i|
7
+ puts "Sloubi #{i}"
8
+ end
9
+ end
10
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sloubi
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - poulet_a
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-02-28 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple sloubi gem to count sloubis !
14
+ email:
15
+ - poulet_a@epitech.eu
16
+ - - lib/sloubi.rb
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/sloubi.rb
22
+ homepage: https://github.com/Sophen/sloubigem
23
+ licenses:
24
+ - GNU/GPLv3
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.2.0.rc.1
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: A simple sloubi gem
46
+ test_files: []
47
+ has_rdoc: