easel 0.0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: e82ee34613502ccc4062630e92e6402ac750e6bca68165377a9472851cf8f892
4
+ data.tar.gz: ef8f599ee8dbba55a8756da949f995e6917aea9bafbec78139b93d4110c2998f
5
+ SHA512:
6
+ metadata.gz: b2fd843adbe15af9835f2569f13ce414febf429e9ebb01b3aa4446edbe9b8de1e2bb370302b1f57643494f0b4eb71c8905f048b6a7d1c12c7ed472652a317660
7
+ data.tar.gz: 3c1c9390c97204cb92ddcdfa379fc899e0c681d51748f8f3a2c14773d8c29df2d9ff6576103ec1e161c6dab20e8eba3067d14614ac525c07b5344e6f1925c6d5
@@ -0,0 +1,3 @@
1
+ 0.0.0.1 2019-04-19 { 0Mw6 }
2
+
3
+ * Repurposing gem name `easel` to suit different design, revamping and rebuilding Celluloid::ECell
File without changes
@@ -0,0 +1,3 @@
1
+ class Easel
2
+
3
+ end
@@ -0,0 +1,3 @@
1
+ class Easel
2
+ VERSION = '0.0.2.2'
3
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: easel
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2.2
5
+ platform: ruby
6
+ authors:
7
+ - Donovan Keme
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-04-19 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - code@extremist.digital
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - CHANGES.md
21
+ - README.md
22
+ - lib/easel.rb
23
+ - lib/easel/version.rb
24
+ homepage: http://github.com/abstractive/easel
25
+ licenses: []
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.7.6.2
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: Transmedia framework for strategic decentral applications.
47
+ test_files: []