ordinare 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 2327f9dcafd7fa105f2fe3a6d27c3fe22da98008
4
+ data.tar.gz: 1427532dfec2415f7d9dd81aeb2c03c99111c7cd
5
+ SHA512:
6
+ metadata.gz: bcb01b71c7f5437205b593c5325d57949b5c2a7eef4e4243142f28fb79fafb9fcf0078eb8c38d23c01c35f6bd530ffe9a89e98730239ce815b579d768132b9fb
7
+ data.tar.gz: f8ef8fa47f7d451c40910945ff6bdb0c7852aa3bc9bb3842446df4e2e697a8f2a1bbd36a7787a7d16473a0ffeba1f612168fa8d520887d945e09a516a8995573
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "ordinare"
4
+
5
+ puts Ordinare.hi
@@ -0,0 +1,7 @@
1
+ require "ordinare/version"
2
+
3
+ module Ordinare
4
+ def self.hi
5
+ "Ciao, sono Ordinare"
6
+ end
7
+ end
@@ -0,0 +1,3 @@
1
+ module Ordinare
2
+ VERSION = "0.0.1"
3
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ordinare
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Nikola Đuza
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-07-26 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Ordinare sorts gems in your Gemfile alphabetically
14
+ email: nikolaseap@gmail.com
15
+ executables:
16
+ - ordinare
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/ordinare
21
+ - lib/ordinare.rb
22
+ - lib/ordinare/version.rb
23
+ homepage: https://github.com/nikolalsvk/ordinare
24
+ licenses:
25
+ - MIT
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubyforge_project:
43
+ rubygems_version: 2.4.5.2
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: Sort your gems in Gemfile with ease
47
+ test_files: []