voxality_core 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. checksums.yaml +7 -0
  2. data/lib/voxality_core.rb +6 -0
  3. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: f889787be23d95a1af21b852e6d7dbac52a51af3
4
+ data.tar.gz: 1e5b881994070e67e85cba0d2049a817c6fe33c2
5
+ SHA512:
6
+ metadata.gz: f6c5372243abf027c9236af8d7323356461bfac3d2b96e762ff7e67c75b7927a2f7fde156d73c14f110516da46787a35e395bdfe4a186751cfc95db1bea5922f
7
+ data.tar.gz: 411954299336387dd41639ca314116bd8fe01be2a58819d8a9b6c0202c1919a9f49baffd039c076961cdc4b00ae26b7281c3b5acb999e95487e1099bf207c5d4
@@ -0,0 +1,6 @@
1
+ require "voxality_core/version"
2
+
3
+ module VoxalityCore
4
+ # Your code goes here..
5
+ puts 'voxality_core launched!'
6
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: voxality_core
3
+ version: !ruby/object:Gem::Version
4
+ version: '0.1'
5
+ platform: ruby
6
+ authors:
7
+ - CHABANON Julien
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2010-04-28 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: The aim of this gem is to create/pack/unpack/install/uninstall a voxel
14
+ which is a module using Angular and Angular Material for frontend with RoR
15
+ email: julien.chabanon@modulis.ca
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/voxality_core.rb
21
+ homepage: http://rubygems.org/gems/voxality_core
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.4.8
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Frontend and backend module manager for RoR
45
+ test_files: []
46
+ has_rdoc: