Skip to content

Commit

Permalink
re-ran Ruby generator to add lowercase filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
adelevie committed Oct 8, 2012
1 parent 7fde848 commit 71cdfe1
Show file tree
Hide file tree
Showing 17 changed files with 11 additions and 565 deletions.
4 changes: 0 additions & 4 deletions samples/client/petstore/ruby/Gemfile

This file was deleted.

53 changes: 0 additions & 53 deletions samples/client/petstore/ruby/Gemfile.lock

This file was deleted.

7 changes: 0 additions & 7 deletions samples/client/petstore/ruby/Rakefile

This file was deleted.

2 changes: 2 additions & 0 deletions samples/client/petstore/ruby/models/Category.rb
@@ -1,4 +1,6 @@
class Category
# alan comment

attr_accessor :id, :name

# :internal => :external
Expand Down
2 changes: 2 additions & 0 deletions samples/client/petstore/ruby/models/Order.rb
@@ -1,4 +1,6 @@
class Order
# alan comment

attr_accessor :id, :pet_id, :status, :quantity, :ship_date

# :internal => :external
Expand Down
2 changes: 2 additions & 0 deletions samples/client/petstore/ruby/models/Pet.rb
@@ -1,4 +1,6 @@
class Pet
# alan comment

attr_accessor :id, :tags, :category, :status, :name, :photo_urls

# :internal => :external
Expand Down
2 changes: 2 additions & 0 deletions samples/client/petstore/ruby/models/Tag.rb
@@ -1,4 +1,6 @@
class Tag
# alan comment

attr_accessor :id, :name

# :internal => :external
Expand Down
2 changes: 2 additions & 0 deletions samples/client/petstore/ruby/models/User.rb
@@ -1,4 +1,6 @@
class User
# alan comment

attr_accessor :id, :last_name, :username, :phone, :email, :user_status, :first_name, :password

# :internal => :external
Expand Down
33 changes: 0 additions & 33 deletions samples/client/petstore/ruby/spec/monkey_spec.rb

This file was deleted.

69 changes: 0 additions & 69 deletions samples/client/petstore/ruby/spec/pet_spec.rb

This file was deleted.

0 comments on commit 71cdfe1

Please sign in to comment.