bimblis 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/Gemfile +4 -0
- data/README.md +29 -0
- data/Rakefile +1 -0
- data/lib/bimblis/version.rb +3 -0
- metadata +5 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MzVjNDYzNWQxMjIzM2VlYmQ5NmMyNGQ2Y2EyYmM2OTFlYjhjODc3Zg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ODUwYWIyYjc5OWM5MDhjYjdlNTJkMmM1YmI5MTY3NDJjYTRhY2NkZA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
OTQyYTE2YTJiNzAyM2FiYWEyN2UwODQ2ZjI5OTQ2ZGI0M2ZiODEwOWZkYTkz
|
10
|
+
NzYyODYzYzFkYzYwNWRjMWY0NTk2OTZhY2ExNzQwNzExMjVlYTkwODczYjdj
|
11
|
+
ZDg2NWUwOTllNzUwNjUzMTQ2MDM3ZmI1YWUxNzI1ODk4MDk1YzA=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MTM5MTMwNmFjNGU4NDA4MDM5MDRmMmNkYjIwZTI5OThkMmEwMzIzMDkwYTc2
|
14
|
+
NDJjMTVlODBlOGJjODQyMzAzNWYwY2EwZWUxNGIzN2E3NmRhMzlmYzEyYzYw
|
15
|
+
ZDBjZGIxZDM5YmFiNTFlM2VjYTNlNTRmZDQ0NzcwM2ExOWUzMDg=
|
data/Gemfile
ADDED
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"
|
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
|
+
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:
|