mdarby-pollster 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.textile +1 -2
  2. metadata +11 -3
data/README.textile CHANGED
@@ -8,11 +8,10 @@ pollster adds a generator to your Rails app that creates the MVC stack for polli
8
8
 
9
9
  h3. Requirements
10
10
 
11
- pollster requires the super amazing "RESTful_Authentication":http://weblog.techno-weenie.net/2006/8/1/restful-authentication-plugin plugin, along with the "googlecharts":http://github.com/mattetti/googlecharts/tree/master gem.
11
+ pollster requires the super amazing "RESTful_Authentication":http://weblog.techno-weenie.net/2006/8/1/restful-authentication-plugin plugin.
12
12
 
13
13
  <pre>
14
14
  ./script/plugin install git://github.com/technoweenie/restful-authentication.git
15
- sudo gem install mattetti-googlecharts
16
15
  </pre>
17
16
 
18
17
  Make sure to follow the instructions on RESTful_Authentication, and add this line to your config/environment.rb file:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mdarby-pollster
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
  - Matt Darby
@@ -11,8 +11,16 @@ cert_chain: []
11
11
 
12
12
  date: 2009-01-11 00:00:00 -08:00
13
13
  default_executable:
14
- dependencies: []
15
-
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: json
17
+ version_requirement:
18
+ version_requirements: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - ~>
21
+ - !ruby/object:Gem::Version
22
+ version: 1.3.6
23
+ version:
16
24
  description: A Rails gem that generates an entire MVC stack for user polling on your Rails 2x app
17
25
  email: matt@matt-darby.com
18
26
  executables: []