worats 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/worats.rb +5 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: adc79806d606d9bde7e1001cc0db291c7c8cb32b
4
+ data.tar.gz: 168ef9fd6b9d167ebb3eb57c3971d3599131e33a
5
+ SHA512:
6
+ metadata.gz: 3c1fb3b3ec710fb0761513970ae444640a00b3858b4dac2cfca53ba5587168a1dc6a2409225d1b6904d218a406061229fb7a641ade9b020856a6cd2feb0f1248
7
+ data.tar.gz: 9f686adf887ea9a0e01d2cf1936912ee20e8e36cb61fd4159badff2612ec50d3a21235557f84cfe22e59818c60627daf58460d25d9176b66e3a354a6a5f4ebf2
data/lib/worats.rb ADDED
@@ -0,0 +1,5 @@
1
+ class Worats
2
+ def self.hi
3
+ puts "Hello world!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: worats
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - William Notowidagdo
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-06-13 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A collection of rails application templates using modern versions of
14
+ Ruby on Rails. Launch new applications in seconds. Inspired by nickjj/orats.
15
+ email: william.n@wgs.co.id
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/worats.rb
21
+ homepage: http://rubygems.org/gems/worats
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.2.2
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Walden opinionated rails application templates.
45
+ test_files: []