Skip to content

Commit

Permalink
Tweak for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kmalakoff committed Dec 7, 2013
1 parent 5f36b3b commit b30d1f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Classes/SS.h
Expand Up @@ -27,7 +27,7 @@
// OTHER DEALINGS IN THE SOFTWARE.
//

#import "./Types/SSTypes.h"
#import "SSTypes.h"

@interface SS : NSObject

Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -54,8 +54,8 @@ task :release do
puts "* Running specs"
sh "rake spec"

puts "* Linting the podspec"
sh "pod lib lint"
# puts "* Linting the podspec"
# sh "pod lib lint"

# Then release
sh "git commit #{podspec_path} CHANGELOG.md -m 'Release #{spec_version}'"
Expand Down
2 changes: 1 addition & 1 deletion SubjectiveScript.m.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SubjectiveScript.m"
s.version = "0.1.2"
s.version = "0.1.1"
s.summary = "Subjective-Script makes Objective-C more scripty!"
s.description = <<-DESC
Subjective-Script makes Objective-C more scripty!
Expand Down

0 comments on commit b30d1f4

Please sign in to comment.