babot 0.1.1 → 0.1.2
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 +4 -4
- data/babot.gemspec +1 -1
- data/{babot.rb → lib/babot.rb} +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e24132e29e1b5d54fb5440a0c9151d6bcb3f943d
|
|
4
|
+
data.tar.gz: a06c9953f0895ad025c9f9f3e14897158963df0e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0550fc34d47d1fa9d94a8f5857dd8cd48593b7bbb07e5174fc0ed35facc3aeba02362541471e09ea932c8de91f4af453ff23df27ba88f01cd3ecd00f1ceae5d
|
|
7
|
+
data.tar.gz: 217cbbe19c73cd527e077c85ea58b18c1f0dfd9d7fc76d5efd13adf039fb171649937780c43d6ab2a2553c0daa0c0638fa9ec4e28a6ec1ad38d18cc482b967ce
|
data/babot.gemspec
CHANGED
data/{babot.rb → lib/babot.rb}
RENAMED
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: babot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Victor Goya
|
|
@@ -149,11 +149,11 @@ files:
|
|
|
149
149
|
- README.md
|
|
150
150
|
- Rakefile
|
|
151
151
|
- babot.gemspec
|
|
152
|
-
- babot.rb
|
|
153
152
|
- config/boot.rb
|
|
154
153
|
- config/deploy.rb
|
|
155
154
|
- config/deploy/production.rb
|
|
156
155
|
- config/gaston/bots.yml.sample
|
|
156
|
+
- lib/babot.rb
|
|
157
157
|
- lib/bot.rb
|
|
158
158
|
- lib/tasks/bots.rake
|
|
159
159
|
homepage: https://github.com/phorque/babot
|