Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rspec-parameterized-0.1.1.gem is broken #18

Closed
sue445 opened this issue Sep 4, 2014 · 2 comments
Closed

rspec-parameterized-0.1.1.gem is broken #18

sue445 opened this issue Sep 4, 2014 · 2 comments

Comments

@sue445
Copy link
Collaborator

sue445 commented Sep 4, 2014

table.rb and table_syntax.rb are commited, but rspec-parameterized-0.1.1.gem does not contains this file for some reason.

$ wget http://rubygems.org/downloads/rspec-parameterized-0.1.1.gem
$ gem unpack rspec-parameterized-0.1.1.gem
$ cd rspec-parameterized-0.1.1
$ tree .
.
├── Gemfile
├── LICENSE
├── README.md
├── Rakefile
├── gemfiles
│   ├── rspec2.gemfile
│   └── rspec3.gemfile
├── lib
│   ├── rspec
│   │   ├── parameterized
│   │   │   └── version.rb
│   │   └── parameterized.rb
│   └── rspec-parameterized.rb
├── rspec-parameterized.gemspec
└── spec
    ├── parametarized_spec.rb
    └── spec_helper.rb

5 directories, 12 files

Please reupload to rubygems.org 🙏

@tomykaira
Copy link
Owner

Thank you for notification.
I released 0.1.2 with the current master content (It is impossible to release again with the same version).
Could you check and close this issue if it is OK?

@sue445
Copy link
Collaborator Author

sue445 commented Sep 4, 2014

@tomykaira

Sorry, TableSyntax is not supported yet supported at v0.1.1 ...
https://github.com/tomykaira/rspec-parameterized/blob/v0.1.1/README.md

$ tree rspec-parameterized-0.1.2
rspec-parameterized-0.1.2
├── Gemfile
├── LICENSE
├── README.md
├── Rakefile
├── gemfiles
│   ├── rspec2.gemfile
│   └── rspec3.gemfile
├── lib
│   ├── rspec
│   │   ├── parameterized
│   │   │   ├── table.rb
│   │   │   ├── table_syntax.rb
│   │   │   └── version.rb
│   │   └── parameterized.rb
│   └── rspec-parameterized.rb
├── rspec-parameterized.gemspec
└── spec
    ├── parametarized_spec.rb
    └── spec_helper.rb

5 directories, 14 files

@sue445 sue445 closed this as completed Sep 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants