pronto-flay 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/lib/pronto/flay/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6f12c67ef7e1e0d345f1b2c37b6b5876225fc02e
|
4
|
+
data.tar.gz: 5cf932b409b79da697328c36e68a7f5fe0c3089f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7a5a52db12f799bd7bf2aa951bfdf34aebb4b83de49f8eae970447f6a6b5e3fe445069b0f4880661ea92c5a6aa71440143fe9c3580ca6843bd13d63adb210eb
|
7
|
+
data.tar.gz: 4998db70c406dd826205f82c7b84f65c1c087df04a993c13150aff9d6ad87e913354a9fdbc53f363f862f257eb355bf5f2264adcfe7cc0437a435cd55f3d09db
|
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
|
-
#
|
1
|
+
# Pronto runner for Flay
|
2
2
|
|
3
3
|
[![Code Climate](https://codeclimate.com/github/mmozuras/pronto-flay.png)](https://codeclimate.com/github/mmozuras/pronto-flay)
|
4
4
|
[![Build Status](https://travis-ci.org/mmozuras/pronto-flay.png)](https://travis-ci.org/mmozuras/pronto-flay)
|
5
5
|
[![Dependency Status](https://gemnasium.com/mmozuras/pronto-flay.png)](https://gemnasium.com/mmozuras/pronto-flay)
|
6
|
+
|
7
|
+
Pronto runner for Flay, structural similarities analyzer. [What is Pronto?](https://github.com/mmozuras/pronto)
|
data/lib/pronto/flay/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pronto-flay
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mindaugas Mozūras
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-09-
|
11
|
+
date: 2013-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pronto
|
@@ -66,7 +66,7 @@ dependencies:
|
|
66
66
|
- - ~>
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: 2.14.0
|
69
|
-
description:
|
69
|
+
description:
|
70
70
|
email: mindaugas.mozuras@gmail.com
|
71
71
|
executables: []
|
72
72
|
extensions: []
|
@@ -99,6 +99,6 @@ rubyforge_project:
|
|
99
99
|
rubygems_version: 2.0.7
|
100
100
|
signing_key:
|
101
101
|
specification_version: 4
|
102
|
-
summary:
|
102
|
+
summary: Pronto runner for Flay, structural similarities analyzer
|
103
103
|
test_files: []
|
104
104
|
has_rdoc:
|