pandorified 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,5 +1,4 @@
1
1
  *.gem
2
2
  .bundle
3
3
  .yardoc
4
- Gemfile.lock
5
4
  pkg/*
@@ -0,0 +1,20 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ pandorified (0.7.0)
5
+ nokogiri
6
+ rest-client
7
+
8
+ GEM
9
+ remote: http://rubygems.org/
10
+ specs:
11
+ mime-types (1.19)
12
+ nokogiri (1.5.5)
13
+ rest-client (1.6.7)
14
+ mime-types (>= 1.16)
15
+
16
+ PLATFORMS
17
+ ruby
18
+
19
+ DEPENDENCIES
20
+ pandorified!
data/README.md CHANGED
@@ -24,14 +24,14 @@ 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/master/frames).
27
+ Documentation is available [here](http://rubydoc.info/gems/pandorified/frames).
28
28
 
29
29
  Contributing
30
30
  ------------
31
31
 
32
32
  ### Want to help make Pandorified more awesome?
33
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).
34
+ If you've found a bug or have a feature suggestion, let me know on the [issue tracker](https://bitbucket.org/xtagon/pandorified/issues?status=new&status=open).
35
35
 
36
36
  I welcome all suggestions, questions, and other feedback. Feel free to [drop me a line](mailto:xtagon@gmail.com).
37
37
 
@@ -43,7 +43,7 @@ Author
43
43
  License
44
44
  -------
45
45
 
46
- Copyright © 2011 Justin Workman
46
+ Copyright © 2011-2012 Justin Workman
47
47
 
48
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:
49
49
 
@@ -1,3 +1,3 @@
1
1
  module Pandorified
2
- VERSION = '0.7.0'
2
+ VERSION = '0.7.1'
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.7.0
4
+ version: 0.7.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,12 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-12-13 00:00:00.000000000 -08:00
13
- default_executable:
12
+ date: 2012-08-14 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: rest-client
17
- requirement: &20239440 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
18
17
  none: false
19
18
  requirements:
20
19
  - - ! '>='
@@ -22,10 +21,15 @@ dependencies:
22
21
  version: '0'
23
22
  type: :runtime
24
23
  prerelease: false
25
- version_requirements: *20239440
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
26
30
  - !ruby/object:Gem::Dependency
27
31
  name: nokogiri
28
- requirement: &20238980 !ruby/object:Gem::Requirement
32
+ requirement: !ruby/object:Gem::Requirement
29
33
  none: false
30
34
  requirements:
31
35
  - - ! '>='
@@ -33,7 +37,12 @@ dependencies:
33
37
  version: '0'
34
38
  type: :runtime
35
39
  prerelease: false
36
- version_requirements: *20238980
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
37
46
  description: Pandorified makes it easy for your Ruby scripts to interact with chat
38
47
  bots hosted on Pandorabots.
39
48
  email: xtagon@gmail.com
@@ -43,6 +52,7 @@ extra_rdoc_files: []
43
52
  files:
44
53
  - .gitignore
45
54
  - Gemfile
55
+ - Gemfile.lock
46
56
  - README.md
47
57
  - Rakefile
48
58
  - lib/pandorified.rb
@@ -51,7 +61,6 @@ files:
51
61
  - lib/pandorified/session.rb
52
62
  - lib/pandorified/version.rb
53
63
  - pandorified.gemspec
54
- has_rdoc: true
55
64
  homepage:
56
65
  licenses: []
57
66
  post_install_message:
@@ -72,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
81
  version: '0'
73
82
  requirements: []
74
83
  rubyforge_project:
75
- rubygems_version: 1.6.2
84
+ rubygems_version: 1.8.24
76
85
  signing_key:
77
86
  specification_version: 3
78
87
  summary: A Ruby client for the Pandorabots API.