pandorified 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +11 -2
  2. data/lib/pandorified/version.rb +1 -1
  3. metadata +5 -5
data/README.md CHANGED
@@ -24,7 +24,16 @@ In the example above, replace `MY_BOTID` with the actual botid of the Pandorabot
24
24
  Documentation
25
25
  -------------
26
26
 
27
- Documentation is available [here](http://rubydoc.info/github/xtagon/pandorified/).
27
+ Documentation is available [here](http://rubydoc.info/github/xtagon/pandorified/master/frames).
28
+
29
+ Contributing
30
+ ------------
31
+
32
+ ### Want to help make Pandorified more awesome?
33
+
34
+ If you've found a bug or have a feature suggestion, let me know on the [issue tracker](http://github.com/xtagon/pandorified/issues).
35
+
36
+ I welcome all suggestions, questions, and other feedback. Feel free to [drop me a line](mailto:xtagon@gmail.com).
28
37
 
29
38
  Author
30
39
  ------
@@ -34,7 +43,7 @@ Author
34
43
  License
35
44
  -------
36
45
 
37
- Copyright (c) 2011 Justin Workman
46
+ Copyright © 2011 Justin Workman
38
47
 
39
48
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
40
49
 
@@ -1,3 +1,3 @@
1
1
  module Pandorified
2
- VERSION = '0.5.0'
2
+ VERSION = '0.6.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pandorified
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,7 +14,7 @@ default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rest-client
17
- requirement: &11848340 !ruby/object:Gem::Requirement
17
+ requirement: &21844660 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,10 +22,10 @@ dependencies:
22
22
  version: '0'
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *11848340
25
+ version_requirements: *21844660
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: nokogiri
28
- requirement: &11847900 !ruby/object:Gem::Requirement
28
+ requirement: &21844060 !ruby/object:Gem::Requirement
29
29
  none: false
30
30
  requirements:
31
31
  - - ! '>='
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
- version_requirements: *11847900
36
+ version_requirements: *21844060
37
37
  description: Pandorified makes it easy for your Ruby scripts to interact with chat
38
38
  bots hosted on Pandorabots.
39
39
  email: xtagon@gmail.com