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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 75195fcbb80aa9989b125dc38f305ae4641b3aeb
4
- data.tar.gz: 3c16c1d723a3111a5a7a93a60c5d2d7657bae4b0
3
+ metadata.gz: e24132e29e1b5d54fb5440a0c9151d6bcb3f943d
4
+ data.tar.gz: a06c9953f0895ad025c9f9f3e14897158963df0e
5
5
  SHA512:
6
- metadata.gz: 346c1cd9103b5942f05d25a3bde77bc51d939ca45796535fbf29d6b02515f411f7322f017b456e1e1c0721e0c8988de10f4fbde285e40549ca58a963ae1ccb29
7
- data.tar.gz: 15f1e57250ce8ac7dc944237aa1076353096b96a4fe1efcafbe4c7f66cc0860b302018ff00357702dfeca4e94b3b2fb21e753541c9d673ec1bb66a4bc7b468e0
6
+ metadata.gz: f0550fc34d47d1fa9d94a8f5857dd8cd48593b7bbb07e5174fc0ed35facc3aeba02362541471e09ea932c8de91f4af453ff23df27ba88f01cd3ecd00f1ceae5d
7
+ data.tar.gz: 217cbbe19c73cd527e077c85ea58b18c1f0dfd9d7fc76d5efd13adf039fb171649937780c43d6ab2a2553c0daa0c0638fa9ec4e28a6ec1ad38d18cc482b967ce
data/babot.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'babot'
3
- s.version = '0.1.1'
3
+ s.version = '0.1.2'
4
4
  s.date = '2013-09-08'
5
5
  s.summary = "Babot"
6
6
  s.description = "A simple tool to manage Twitter bots"
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.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