triglav 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/triglav.rb +2 -0
  2. data/triglav.gemspec +12 -0
  3. metadata +53 -0
@@ -0,0 +1,2 @@
1
+ module Triglav
2
+ end
@@ -0,0 +1,12 @@
1
+ Gem::Specification.new do |gem|
2
+ gem.name = "triglav"
3
+ gem.version = "0.0.1"
4
+ gem.authors = ["Kentaro Kuribayashi"]
5
+ gem.email = ["kentarok@gmail.com"]
6
+ gem.description = %q{Server admin tool.}
7
+ gem.summary = %q{Server admin tool.}
8
+ gem.homepage = "http://github.com/kentaro/triglav"
9
+
10
+ gem.files = %w(triglav.gemspec lib/triglav.rb)
11
+ gem.require_paths = ["lib"]
12
+ end
metadata ADDED
@@ -0,0 +1,53 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: triglav
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Kentaro Kuribayashi
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-11-07 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: Server admin tool.
15
+ email:
16
+ - kentarok@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - triglav.gemspec
22
+ - lib/triglav.rb
23
+ homepage: http://github.com/kentaro/triglav
24
+ licenses: []
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ none: false
31
+ requirements:
32
+ - - ! '>='
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ segments:
36
+ - 0
37
+ hash: -4180308269851998201
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ segments:
45
+ - 0
46
+ hash: -4180308269851998201
47
+ requirements: []
48
+ rubyforge_project:
49
+ rubygems_version: 1.8.23
50
+ signing_key:
51
+ specification_version: 3
52
+ summary: Server admin tool.
53
+ test_files: []