simple_interaction 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b5be838d0489e8d54ba7578671c469e33c7ffc7
4
- data.tar.gz: 27cfdd1b668ad0cdf9961a5a6508939843995bb7
3
+ metadata.gz: 65e48aa19b408f562e5a17262322879d036211a0
4
+ data.tar.gz: 42dab38a13d25b5d4ba5b922ba50f85f894d4842
5
5
  SHA512:
6
- metadata.gz: 1ec7a3d33ab9fb5af675c241533c65d8b539b8d29d68d8a5c77bc0d72322152a9a2ad553856fbafecafa71c3b4f0420aa5723f170e85ea117bec67aaecd49a43
7
- data.tar.gz: 9def394bf09a34ef664d4c639d62dc4fb193a4f7ab417c577debc6c72f580713ad81a076c58576ef45a42d5b27d8cda28c5cd90ac8dcb7f02d859c91dbdbe704
6
+ metadata.gz: 4b80343bfcfe3049868417fdc769c9c31a9275ac309f93c8326c563a6bbf68fd6bb05212c660b418345d8e2a42d57eadbe5829e65e8cfe16ac2fcb6496d8283d
7
+ data.tar.gz: f928690ddc5094fb7dc8360c42e5cc8aca014ce1a39d07849b43c716bf924ae30d2266aaf41806806b511755673579fa0519d68c995baa1c50f0797035a75632
@@ -1,3 +1,3 @@
1
1
  module SimpleInteraction
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_interaction
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Boza
@@ -41,8 +41,7 @@ dependencies:
41
41
  description: ''
42
42
  email:
43
43
  - jaboza@gmail.com
44
- executables:
45
- - rake
44
+ executables: []
46
45
  extensions: []
47
46
  extra_rdoc_files: []
48
47
  files:
@@ -51,7 +50,6 @@ files:
51
50
  - LICENSE.txt
52
51
  - README.md
53
52
  - Rakefile
54
- - bin/rake
55
53
  - interaction.gemspec
56
54
  - lib/simple_interaction.rb
57
55
  - lib/simple_interaction/version.rb
data/bin/rake DELETED
@@ -1,16 +0,0 @@
1
- #!/usr/bin/env ruby
2
- #
3
- # This file was generated by Bundler.
4
- #
5
- # The application 'rake' is installed as part of a gem, and
6
- # this file is here to facilitate running it.
7
- #
8
-
9
- require 'pathname'
10
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11
- Pathname.new(__FILE__).realpath)
12
-
13
- require 'rubygems'
14
- require 'bundler/setup'
15
-
16
- load Gem.bin_path('rake', 'rake')