noodall-form-builder 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- noodall-form-builder (0.0.1)
5
- noodall-core
4
+ noodall-form-builder (0.0.2)
5
+ fastercsv
6
6
 
7
7
  GEM
8
8
  remote: http://rubygems.org/
@@ -193,7 +193,6 @@ DEPENDENCIES
193
193
  faker (~> 0.3.1)
194
194
  fastercsv
195
195
  launchy
196
- noodall-core
197
196
  noodall-form-builder!
198
197
  noodall-ui
199
198
  rails (= 3.0.1)
@@ -1,5 +1,5 @@
1
1
  module Noodall
2
2
  module FormBuilder
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
15
15
  # s.rubyforge_project = "noodall-form-builder"
16
16
 
17
17
  s.add_development_dependency "bundler", ">= 1.0.0"
18
- s.add_dependency 'noodall-core', ">= 0"
18
+ s.add_dependency 'fastercsv', ">= 0"
19
19
 
20
20
  s.files = `git ls-files`.split("\n")
21
21
  s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: noodall-form-builder
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
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
 
@@ -46,7 +46,7 @@ dependencies:
46
46
  version: "0"
47
47
  requirement: *id002
48
48
  type: :runtime
49
- name: noodall-core
49
+ name: fastercsv
50
50
  prerelease: false
51
51
  description: Functionality for building custom forms
52
52
  email: []