Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Markl committed Apr 3, 2016
1 parent a99202b commit c4729c9
Show file tree
Hide file tree
Showing 17 changed files with 57 additions and 52 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ Quick showcase how to use the library.
feed.getDataList().get(0).getImages().getOriginal().getUrl();
```

## Download ExclyCore
## Download Giphy4J

ExclyCore can either be downloaded as a JAR file or embedded as Maven dependency.
Giphy4J can either be downloaded as a JAR file or embedded as Maven dependency.

### Manual Install

Expand All @@ -145,7 +145,7 @@ Download JAR from [here](https://github.com/keshrath/Giphy4J/tree/master/distrib
<dependency>
<groupId>at.mukprojects</groupId>
<artifactId>giphy4j</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Binary file removed distribution/giphy4j-1.0.0-javadoc.jar
Binary file not shown.
11 changes: 0 additions & 11 deletions distribution/giphy4j-1.0.0-javadoc.jar.asc

This file was deleted.

Binary file removed distribution/giphy4j-1.0.0-sources.jar
Binary file not shown.
11 changes: 0 additions & 11 deletions distribution/giphy4j-1.0.0-sources.jar.asc

This file was deleted.

Binary file removed distribution/giphy4j-1.0.0.jar
Binary file not shown.
11 changes: 0 additions & 11 deletions distribution/giphy4j-1.0.0.jar.asc

This file was deleted.

11 changes: 0 additions & 11 deletions distribution/giphy4j-1.0.0.pom.asc

This file was deleted.

Binary file added distribution/giphy4j-1.0.1-javadoc.jar
Binary file not shown.
11 changes: 11 additions & 0 deletions distribution/giphy4j-1.0.1-javadoc.jar.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAABCAAGBQJXAVivAAoJEKLMVvhC043I+OYIALf98Vi6K6Jn/gPKk1ddpBjr
f94ive5oj+ezhrBXmLBbz39soljhDXyFl60xJdcaUlzKQdDUCbn1m2/SP6zh9wng
B8KDmIaTqW+OMXVLp94aE30LZpINQm2qCd8O8TJempaN0lm3GO8HP5UvmHytCTrF
ttj1GcwUhr76p+1+hg9VDqoqHD1O3S1Wma3S0lZGtk7KrC7Hmuq0CDOmoiafBJFR
nRplRWGnPEgptReoUIZHNi/rkc2GVeV7UulPLR/JB0pyR9mj97Fny9UlWxaD1Rgc
e2GDnsOvMSbvV08DsxDdZgwOlV79cJ5zFMa1LQO5jXAUhklIAFFfOaE/DjHXfVo=
=wU9f
-----END PGP SIGNATURE-----
Binary file added distribution/giphy4j-1.0.1-sources.jar
Binary file not shown.
11 changes: 11 additions & 0 deletions distribution/giphy4j-1.0.1-sources.jar.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAABCAAGBQJXAVivAAoJEKLMVvhC043IT6sH/21GKLRYFi1cWQgCIR8IkWEo
717TCaOfutS92LP3OBmTxTxloJm03ZUuBOBdhoqbPcggbnxMltdKwAvjuk6mtSkx
WIKaFChveR0rK0JkWrCYPDA6Orx7RetkILeKB+Y6fARf8qfDnhlLtvaN5pw+Cm0n
ngpyoXdZ+RiRXwilcvPbz+4zgxF7njvFFeI2EQbq9nPhY3q5UD1k9SXseJKb9WA+
GmHRY7q7Id9BbWxnlSyIbDuhq6Ahw4YFibL40YErAjBTK1TY4E2Rmt5IymiEYKOQ
O9lvlznbchQhD+h5pTclM/G/xyho4OZ/QrdgazV/7/Tq3qvJXXtP3rXGf+rs0aE=
=yPT8
-----END PGP SIGNATURE-----
Binary file added distribution/giphy4j-1.0.1.jar
Binary file not shown.
11 changes: 11 additions & 0 deletions distribution/giphy4j-1.0.1.jar.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAABCAAGBQJXAVivAAoJEKLMVvhC043IZ5IIAKdFRPxSJCt8kKwdqoJSGOLJ
ZnzpFrNuoVjRy7mX6/t4LNKwsdqrW473VufATCZS60aIysHs1XAcvZspUsvCCtSt
WBFiEuXrACWlzjRtgTOFLSAkfcPCa75WLAyxaz+kFGuB8miAmIEhljQM703AGmQl
Vvy+/ITOmgItXxvYfuC4IiiIUJ9uMLHkQiNQwRSbAOV5M0HxxqabVzblI1bbWzyB
FH0Nz5ZfJRxVHPM/88s3y6Kicu1KuAQfiA6T0NvoqESzP6Rg+HDYapRRFAzX80w6
ghJQeeqvVveJChgQORe78U3+LkFJ6Bs1IbFHZsb75PPJ+OXSU4CWMaA1bp2ii5k=
=Y5yC
-----END PGP SIGNATURE-----
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>at.mukprojects</groupId>
<artifactId>giphy4j</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>Giphy4J</name>
Expand Down Expand Up @@ -78,15 +78,20 @@
<artifactId>junit</artifactId>
<version>4.8.1</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
</dependency>
</dependencies>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</snapshotRepository>
</distributionManagement>

<build>
<finalName>${project.build.finalName}</finalName>
<plugins>
Expand Down Expand Up @@ -165,5 +170,5 @@
</plugin>
</plugins>
</build>

</project>
11 changes: 11 additions & 0 deletions distribution/giphy4j-1.0.1.pom.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAABCAAGBQJXAVivAAoJEKLMVvhC043IyEYIAINL9OF94DgW8poSzdw9aVqx
cK2nzwoYkQXr+Y3tVH216u2pAJuRkXsKEyYEAgSPCFixZAnCKaywm/imI7/YuMY+
ApCPdgXHyNAz7/kppNBvgn54WmzfncuMLP1RfWmkwBdaHbJBzkg1x/tru9KB1pUr
aVg59l3y5gaKx3rfKHlUwvJuCPjx97i7sXfLJ+djGtF3O/yRN/EMrPI08G8/Jcez
Itn3IxrFV0d8jTbXkdWRLThe524wGw9xzJYFu5bBZHM+CGrrjLpZyirMOoxMnqSH
BAURfh6gNUQwpvPoIo0NnWtg1mjif+UBZ3P5+bq+R4JEJNwL2687kr/CXzxoKBI=
=CNz2
-----END PGP SIGNATURE-----
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ public String getFixedWidthDownsampledWidth() {
/**
* Sets the fixed width downsampled width.
*
* @param fixedWidthDownsampledUrl
* @param fixedWidthDownsampledWidth
* the fixed width downsampled width
*/
public void setFixedWidthDownsampledWidth(String fixedWidthDownsampledWidth) {
Expand Down

0 comments on commit c4729c9

Please sign in to comment.