koudoku_coupons 0.0.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e7900ebb8890965fa7f9337a7a422aff58790d40
4
- data.tar.gz: e56acd5960e67a578292bb9689c16749a8f10766
3
+ metadata.gz: 24bd1b0513aa45e0fc10eb32c6635e00491c6740
4
+ data.tar.gz: c3574e9f3618cef9129bac783283a284fd8ac1cc
5
5
  SHA512:
6
- metadata.gz: 049af9bdf01c373249c18e5919aff3fefa2de5c9b3d91be12d3d613d06c67c8f1c4e4dbe3a400256635f20880c5f1ce503072707ae1dd723a2a9b4d9f6b88701
7
- data.tar.gz: ad63c11831f50b70255e73a8b7d10293e0db9b41948e6ecd8a8749a756fe353855bff47cb8cca0870f3075bc7acc0e135050132b055e57e889e517553546d212
6
+ metadata.gz: 0d4a45426a927ba14291d405a28e0a572d88c5b5c1b7eceae834c46ba9918727336b7d61589ad157b4e2d41137afb89ad7b6f4d8a86558cf6fc20a6d73b17f3b
7
+ data.tar.gz: 9ee37713ee16a57a7916c0ef8979cae4bf9bb9fee828e0c73ab480debb38569c26bc1d402b74e9217cb8bd5c9b5da894ca9c7f0e57768441acb15404a0934c87
data/README.md CHANGED
@@ -9,7 +9,7 @@ KoudokuCoupons adds support for [Stripe](http://www.stripe.com) coupons to [Koud
9
9
  For KoudokuCoupons to work properly you need to add the following lines to your `Gemfile`:
10
10
 
11
11
  ```ruby
12
- gem 'koudoku', git: 'https://github.com/yas4891/koudoku.git' # handles stripe subscriptions
12
+ gem 'koudoku', git: 'https://github.com/andrewculver/koudoku.git' # handles stripe subscriptions
13
13
  gem 'koudoku_coupons'
14
14
  ```
15
15
 
data/Rakefile CHANGED
@@ -1,40 +1,3 @@
1
1
  #!/usr/bin/env rake
2
- begin
3
- require 'bundler/setup'
4
- rescue LoadError
5
- puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
6
- end
7
- begin
8
- require 'rdoc/task'
9
- rescue LoadError
10
- require 'rdoc/rdoc'
11
- require 'rake/rdoctask'
12
- RDoc::Task = Rake::RDocTask
13
- end
2
+ require "bundler/gem_tasks"
14
3
 
15
- RDoc::Task.new(:rdoc) do |rdoc|
16
- rdoc.rdoc_dir = 'rdoc'
17
- rdoc.title = 'KoudokuCoupons'
18
- rdoc.options << '--line-numbers'
19
- rdoc.rdoc_files.include('README.rdoc')
20
- rdoc.rdoc_files.include('lib/**/*.rb')
21
- end
22
-
23
- APP_RAKEFILE = File.expand_path("../test/dummy/Rakefile", __FILE__)
24
- load 'rails/tasks/engine.rake'
25
-
26
-
27
-
28
- Bundler::GemHelper.install_tasks
29
-
30
- require 'rake/testtask'
31
-
32
- Rake::TestTask.new(:test) do |t|
33
- t.libs << 'lib'
34
- t.libs << 'test'
35
- t.pattern = 'test/**/*_test.rb'
36
- t.verbose = false
37
- end
38
-
39
-
40
- task :default => :test
@@ -1,3 +1,3 @@
1
1
  module KoudokuCoupons
2
- VERSION = "0.0.1"
2
+ VERSION = "1.0.0"
3
3
  end
@@ -2,3 +2,7 @@
2
2
  # task :koudoku_coupons do
3
3
  # # Task goes here
4
4
  # end
5
+
6
+ namespace :koudoku_coupons do
7
+
8
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: koudoku_coupons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christoph Engelhardt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-19 00:00:00.000000000 Z
11
+ date: 2015-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -28,16 +28,16 @@ dependencies:
28
28
  name: koudoku
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 0.0.11
33
+ version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: 0.0.11
40
+ version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: haml-rails
43
43
  requirement: !ruby/object:Gem::Requirement