surveyor 0.6.4 → 0.6.5
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.5
|
File without changes
|
data/surveyor.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{surveyor}
|
8
|
-
s.version = "0.6.
|
8
|
+
s.version = "0.6.5"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Brian Chamberlain", "Mark Yoon"]
|
@@ -40,9 +40,9 @@ Gem::Specification.new do |s|
|
|
40
40
|
"app/views/surveyor/new.html.haml",
|
41
41
|
"app/views/surveyor/show.html.haml",
|
42
42
|
"config/routes.rb",
|
43
|
-
"generators/surveyor/EXTENDING_SURVEYOR",
|
44
43
|
"generators/surveyor/extend_surveyor_generator.rb",
|
45
44
|
"generators/surveyor/surveyor_generator.rb",
|
45
|
+
"generators/surveyor/templates/EXTENDING_SURVEYOR",
|
46
46
|
"generators/surveyor/templates/README",
|
47
47
|
"generators/surveyor/templates/assets/images/222222_11x11_icon_arrows_leftright.gif",
|
48
48
|
"generators/surveyor/templates/assets/images/222222_11x11_icon_arrows_updown.gif",
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: surveyor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Chamberlain
|
@@ -57,9 +57,9 @@ files:
|
|
57
57
|
- app/views/surveyor/new.html.haml
|
58
58
|
- app/views/surveyor/show.html.haml
|
59
59
|
- config/routes.rb
|
60
|
-
- generators/surveyor/EXTENDING_SURVEYOR
|
61
60
|
- generators/surveyor/extend_surveyor_generator.rb
|
62
61
|
- generators/surveyor/surveyor_generator.rb
|
62
|
+
- generators/surveyor/templates/EXTENDING_SURVEYOR
|
63
63
|
- generators/surveyor/templates/README
|
64
64
|
- generators/surveyor/templates/assets/images/222222_11x11_icon_arrows_leftright.gif
|
65
65
|
- generators/surveyor/templates/assets/images/222222_11x11_icon_arrows_updown.gif
|