fine_print 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -115,7 +115,7 @@ Here are some important notes about managing your agreements with FinePrint:
115
115
 
116
116
  ## Customization
117
117
 
118
- You can customize FinePrint's stylesheets, javascripts, views, controllers and even models to suit your needs.
118
+ You can customize FinePrint's stylesheets, javascripts, views and even controllers to suit your needs.
119
119
 
120
120
  Run the following command to copy a part of FinePrint into your main application:
121
121
 
@@ -123,7 +123,7 @@ Run the following command to copy a part of FinePrint into your main application
123
123
  $ rake fine_print:copy:folder
124
124
  ```
125
125
 
126
- Where folder is one of `stylesheets`, `javascripts`, `layouts`, `views`, `controllers` or `models`.
126
+ Where folder is one of `stylesheets`, `javascripts`, `layouts`, `views` or `controllers`.
127
127
 
128
128
  Example:
129
129
 
@@ -1,3 +1,3 @@
1
1
  module FinePrint
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -1,3 +1,3 @@
1
1
  module FinePrint
2
- VERSION = "0.0.2"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -1,4 +1,4 @@
1
- COPY_TASKS = ['assets/stylesheets', 'assets/javascripts', 'views/layouts', 'views', 'controllers', 'models']
1
+ COPY_TASKS = ['assets/stylesheets', 'assets/javascripts', 'views/layouts', 'views', 'controllers']
2
2
 
3
3
  namespace :fine_print do
4
4
  namespace :install do
@@ -32,7 +32,7 @@ namespace :fine_print do
32
32
  Rake::Task["fine_print:install:migrations"].invoke
33
33
  end
34
34
 
35
- desc "Copy assets, views, helpers, controllers and models from fine_print to application"
35
+ desc "Copy assets, layouts, views and controllers from fine_print to application"
36
36
  task :copy do
37
37
  COPY_TASKS.each do |path|
38
38
  Rake::Task["fine_print:copy:#{File.basename(path)}"].invoke
@@ -1,4 +1,4 @@
1
- COPY_TASKS = ['assets/stylesheets', 'assets/javascripts', 'layouts', 'views', 'controllers', 'models']
1
+ COPY_TASKS = ['assets/stylesheets', 'assets/javascripts', 'views/layouts', 'views', 'controllers']
2
2
 
3
3
  namespace :fine_print do
4
4
  namespace :install do
@@ -32,7 +32,7 @@ namespace :fine_print do
32
32
  Rake::Task["fine_print:install:migrations"].invoke
33
33
  end
34
34
 
35
- desc "Copy assets, views, helpers, controllers and models from fine_print to application"
35
+ desc "Copy assets, layouts, views, and controllers from fine_print to application"
36
36
  task :copy do
37
37
  COPY_TASKS.each do |path|
38
38
  Rake::Task["fine_print:copy:#{File.basename(path)}"].invoke
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fine_print
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: