expo 0.0.1 → 0.0.2

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 +15 -0
  2. data/lib/expo.rb +0 -2
  3. metadata +4 -6
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZWRmZmVkZjVkYzE2YTU2OWY2MDliMGVmOTU3MWY3OGY1MTRlOTBhNA==
5
+ data.tar.gz: !binary |-
6
+ MTQxZGVlODdhOTI4YTdmZDZjMDJkYzY4M2U0MzZhODFlZmJiOTlhMg==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ Mjc2MjhiMjdlMWNlZWFhYjJiYzM4OWFkMTI1ZTg5YWNjZTg4YzcxNmY2ZDMy
10
+ NzllZTRiMTM1MGFhMzdmMmRlNjUwMzQ5MjdmOTI2ODFhMGVhNWU4ODJmMTdi
11
+ YTFlNGViZjYyNTJhYTA2Mzk0YWQ4ODE0ZWQzNTNjNTc4NDkxZDk=
12
+ data.tar.gz: !binary |-
13
+ NjdiY2YyMjYyNDY4ODIxMGQ4MDcxOTZlZWQ4YmRhMjgzNzAxZmM5MDU3ODli
14
+ OTRmNjZmNzQ1NjYzNjU3Y2JiNmJhNzI1MjBlMzY2Mjc1YjI4NTQ5OTY1MTY1
15
+ ZmNlNzg3YWM3ZjI5ZWY3ZTllY2Q0NzQ1ZTYzYTA2MDhkYjE1NWI=
data/lib/expo.rb CHANGED
@@ -1,5 +1,3 @@
1
- require 'pry'
2
-
3
1
  class Expo
4
2
  def initialize(presenter=nil, &block)
5
3
  @presenter = presenter
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: expo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
5
- prerelease:
4
+ version: 0.0.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Serguei Filimonov
@@ -20,26 +19,25 @@ files:
20
19
  - lib/expo.rb
21
20
  homepage: https://github.com/sergueif/expo
22
21
  licenses: []
22
+ metadata: {}
23
23
  post_install_message:
24
24
  rdoc_options: []
25
25
  require_paths:
26
26
  - lib
27
27
  required_ruby_version: !ruby/object:Gem::Requirement
28
- none: false
29
28
  requirements:
30
29
  - - ! '>='
31
30
  - !ruby/object:Gem::Version
32
31
  version: '0'
33
32
  required_rubygems_version: !ruby/object:Gem::Requirement
34
- none: false
35
33
  requirements:
36
34
  - - ! '>='
37
35
  - !ruby/object:Gem::Version
38
36
  version: '0'
39
37
  requirements: []
40
38
  rubyforge_project:
41
- rubygems_version: 1.8.25
39
+ rubygems_version: 2.0.3
42
40
  signing_key:
43
- specification_version: 3
41
+ specification_version: 4
44
42
  summary: Expo of object presentations
45
43
  test_files: []