xcodeproj_utils 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: 0c366badb7bfa7822537182db3ed58a79c9b262b
4
- data.tar.gz: 88ba92593207b8b3ca362fa78ce0bc477d955387
3
+ metadata.gz: 6b440ecb9540283cdd7c053bdd0a0182e605df3a
4
+ data.tar.gz: e8dc28037d3459bef55e338e28a185cd4c6baa4b
5
5
  SHA512:
6
- metadata.gz: 677fe8bf453654e6c5a67d772dbbb26290ec0d5f12f755309e476d95fccb1ee3afcce8cb512ac8fffa887c24c970bed4c6b58d59d006648ebe0494a78d6027cb
7
- data.tar.gz: 446b64ae5c01199650138d5fc06155a366381e5efcaf04c4608888ad056e8642fc915b1366d0472666507e6b9ca5beff9d3d9790ebc27f0d94929a6cd2c2e6f5
6
+ metadata.gz: c8b1387bf2d2f0eab045dd065ca94f8a8e7f46b3124d7b1a206b521a51cbb9235c86a0b74f38b309afadcb5844462b434f2213e7297e75830a55b97eda59498d
7
+ data.tar.gz: b8b212dd8a85ed788c8cabecdb9d2079ba80b3fb932f3c22830023b386ba6fb668cca3f684422915fd3c77f2a3ed4e1e257f8e18aecbb2298316d8336e7b8dd7
@@ -1,3 +1,3 @@
1
1
  module XcodeprojUtils
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["taichino@gmail.com"]
11
11
  spec.summary = %q{Count source lines of files in xcode project.}
12
12
  spec.description = %q{Count source lines of files in xcode project.}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/taichino/xcodeproj_utils"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcodeproj_utils
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
  - Matsumoto Taichi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-09 00:00:00.000000000 Z
11
+ date: 2014-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -82,7 +82,7 @@ files:
82
82
  - lib/xcodeproj_utils.rb
83
83
  - lib/xcodeproj_utils/version.rb
84
84
  - xcodeproj_utils.gemspec
85
- homepage: ''
85
+ homepage: https://github.com/taichino/xcodeproj_utils
86
86
  licenses:
87
87
  - MIT
88
88
  metadata: {}