xf-generators 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,5 @@
1
+ require 'spec_helper'
2
+
1
3
  describe <%= class_name %>, '(<%= @model_name %> Methods)' do
2
4
  pending "add some examples to (or delete) #{__FILE__}"
3
5
  end
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "xf-generators"
6
- s.version = "0.0.1"
6
+ s.version = "0.0.2"
7
7
  s.authors = ["Andrey Ognevsky"]
8
8
  s.email = ["a.ognevsky@gmail.com"]
9
9
  s.homepage = ""
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xf-generators
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrey Ognevsky
@@ -33,9 +33,6 @@ files:
33
33
  - .gitignore
34
34
  - Gemfile
35
35
  - Rakefile
36
- - lib/.DS_Store
37
- - lib/generators/.DS_Store
38
- - lib/generators/xf/.DS_Store
39
36
  - lib/generators/xf/concern/USAGE
40
37
  - lib/generators/xf/concern/concern_generator.rb
41
38
  - lib/generators/xf/concern/templates/concern_model.rb
Binary file
Binary file
Binary file