bimblis 0.0.4 → 0.0.5

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 (6) hide show
  1. checksums.yaml +8 -8
  2. data/Gemfile +4 -0
  3. data/README.md +29 -0
  4. data/Rakefile +1 -0
  5. data/lib/bimblis/version.rb +3 -0
  6. metadata +5 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ODc3ODIwYWY3Yjk1MTUyZDEzM2UzOTIzNjVkOGM5ZWMyMmZiNzdkNA==
4
+ MzVjNDYzNWQxMjIzM2VlYmQ5NmMyNGQ2Y2EyYmM2OTFlYjhjODc3Zg==
5
5
  data.tar.gz: !binary |-
6
- MDljZjVkYzIzNzE4OTk5ZmZmZmQzOTNhYmM5NWI2N2RmYTJmOGIzZg==
6
+ ODUwYWIyYjc5OWM5MDhjYjdlNTJkMmM1YmI5MTY3NDJjYTRhY2NkZA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZmVhOWU1ZWU1MzFmMzE5NDJhNDJiNjc5ODNiMzY0YWQ1ZjZlMDE5NTQzMDQw
10
- MDA2ZjkxMzE4ZDAzOGE5OGRkYzQ5MTM5YWQxYmRmYzA0Y2QwNmIyMjA5MWE3
11
- ZDJiYzRmMGUwMDdkODhlODEyNDYyZmMzYTlhNWM2OTdjYzBmODM=
9
+ OTQyYTE2YTJiNzAyM2FiYWEyN2UwODQ2ZjI5OTQ2ZGI0M2ZiODEwOWZkYTkz
10
+ NzYyODYzYzFkYzYwNWRjMWY0NTk2OTZhY2ExNzQwNzExMjVlYTkwODczYjdj
11
+ ZDg2NWUwOTllNzUwNjUzMTQ2MDM3ZmI1YWUxNzI1ODk4MDk1YzA=
12
12
  data.tar.gz: !binary |-
13
- NWU5M2IwNDhkMTIyNjgyNzZkM2I0NGMzYjVmYWE2MDBhZGU1Y2MxMmI4MDM2
14
- NzRhNzM5MTg0ZDhjNjQyMTc3NTdmZGRmNmNkYTkzMTBmMjhhMTA2NWIzNWJi
15
- ZWYzMTYyZjRkMTZjZTM3ZmQ1MjgwMDEwNjY2NjE0OGUxZTAyZjA=
13
+ MTM5MTMwNmFjNGU4NDA4MDM5MDRmMmNkYjIwZTI5OThkMmEwMzIzMDkwYTc2
14
+ NDJjMTVlODBlOGJjODQyMzAzNWYwY2EwZWUxNGIzN2E3NmRhMzlmYzEyYzYw
15
+ ZDBjZGIxZDM5YmFiNTFlM2VjYTNlNTRmZDQ0NzcwM2ExOWUzMDg=
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in bimblis.gemspec
4
+ gemspec
data/README.md ADDED
@@ -0,0 +1,29 @@
1
+ # Bimblis
2
+
3
+ TODO: Write a gem description
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ gem 'bimblis'
10
+
11
+ And then execute:
12
+
13
+ $ bundle
14
+
15
+ Or install it yourself as:
16
+
17
+ $ gem install bimblis
18
+
19
+ ## Usage
20
+
21
+ TODO: Write usage instructions here
22
+
23
+ ## Contributing
24
+
25
+ 1. Fork it ( http://github.com/<my-github-username>/bimblis/fork )
26
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
27
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
28
+ 4. Push to the branch (`git push origin my-new-feature`)
29
+ 5. Create new Pull Request
data/Rakefile ADDED
@@ -0,0 +1 @@
1
+ require "bundler/gem_tasks"
@@ -0,0 +1,3 @@
1
+ module Bimblis
2
+ VERSION = "0.0.1"
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bimblis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - pabloFernandezGarcia
@@ -45,8 +45,12 @@ executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
+ - Gemfile
49
+ - README.md
50
+ - Rakefile
48
51
  - lib/basic_methods.rb
49
52
  - lib/bimblis.rb
53
+ - lib/bimblis/version.rb
50
54
  - lib/features/step_definitions/web_shared_steps.rb
51
55
  homepage: http://www.google.com
52
56
  licenses: