rails_to_swift 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c918d6a4e23af7df5a422e8d690b1746d6dd1de
4
- data.tar.gz: 3869b0514acc8e6afb9b181ae73da18e9c7138ab
3
+ metadata.gz: 968e10d71957f4b24eb1e11ce85609dd486760e6
4
+ data.tar.gz: d020859c17b938ce7f25e2cb83b45c5ecd459265
5
5
  SHA512:
6
- metadata.gz: 2540b6e4c15e80b204d56107745dde9a49cd4c0d3fe6f6cb71b0e332d3cf7891b32aeda7e44a0f97fb40a486cbf75345e6cef31f8299feea70e6933cdbf006f2
7
- data.tar.gz: c54f3ed681d7a47d87e976009344b475c88c8a77e9b52b189a6b6f80b46768cd7baa542ce5995bddb2cab11bf22d852df6066acce866acf224c3f2db5d05b05f
6
+ metadata.gz: 181a3875a19a9db0b6180f2a820b9746cd8e1605c5faa5eb0c67cc823dc11ff64319235fc093589af562d34990ffd064973ed6f2840b6f51791fc6c4c9f4e375
7
+ data.tar.gz: fa2daca4f1a57b67cee3cc9600f4137f59f477e918d3c58c964e881c321c9a0cc562a480238969452355f1a23cb78ecca4e935ecbb08f89a95bc793ffd4cf82d
data/bin/rails_to_swift CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  unless File.exists?('./Rakefile') || File.exists?('./Gemfile')
4
- abort "Please run annotate from the root of the project."
4
+ abort "Please run rails_to_swift from the root of the project."
5
5
  end
6
6
 
7
7
  require 'rubygems'
@@ -1,3 +1,3 @@
1
1
  module RailsToSwift
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_to_swift
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Juncker