hitsuji 0.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/hitsuji.rb +8 -0
  3. metadata +48 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 86823faad9658bb04da762b954e26904ceae26508267f1d809dfbc72b4ec8b23
4
+ data.tar.gz: 9651c5aa17927c9f55baa0bd6d0dc52873811d2a014e8de632464ef8facc0070
5
+ SHA512:
6
+ metadata.gz: 9bba05159a58619448d1fb07368609bd0836acbf2fdd07a90cc60c898eb530d54077390c545c8610d5326bc98c53172ebc37348e4fc085f57b7bea5c58d113f2
7
+ data.tar.gz: cdca9a0b8ae20c8c89f30a57be741e827cbf3b3a38161dc1d6b6ed33d96f5cc9f7ade263ebc1d976ad69e5340644e60c892fce3967dbd16a8b327a6ad4e3c6e3
data/lib/hitsuji.rb ADDED
@@ -0,0 +1,8 @@
1
+ # -- hitsuji.rb --
2
+ # Placeholder file for first publish
3
+
4
+ class Hitsuji
5
+ def initialise
6
+ @x = :y
7
+ end
8
+ end
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hitsuji
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Josh Quail
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-08-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Hitsuji is a command line utility that lets you easily create, edit,
14
+ manage and apply custom management systems. It is scalable from library card databases
15
+ to performance analysis to complete content management systems (like Wordpress.com).
16
+ email: josh@madbean.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/hitsuji.rb
22
+ homepage: http://rubygems.org/gems/hitsuji
23
+ licenses:
24
+ - MIT
25
+ metadata:
26
+ bug_tracker_uri: https://github.com/realtable/hitsuji/issues
27
+ documentation_uri: https://github.com/realtable/hitsuji#readme
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubyforge_project:
44
+ rubygems_version: 2.7.6
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: a command line utility for creating custom management systems
48
+ test_files: []